#ifndef __LINUX_SPINLOCK_TYPES_H #define __LINUX_SPINLOCK_TYPES_H /* * include/linux/spinlock_types.h - generic spinlock type definitions * and initializers * * portions Copyright 2005, Red Hat, Inc., Ingo Molnar * Released under the General Public License (GPL). */ #include #ifndef CONFIG_PREEMPT_RT # include # include #else # include # include # include #endif #endif /* __LINUX_SPINLOCK_TYPES_H */