#ifndef __ASM_SPINLOCK_H #define __ASM_SPINLOCK_H #include #include #if defined(CONFIG_ARM_32) # include #elif defined(CONFIG_ARM_64) # include #else # error "unknown ARM variant" #endif #endif /* __ASM_SPINLOCK_H */ /* * Local variables: * mode: C * c-file-style: "BSD" * c-basic-offset: 4 * indent-tabs-mode: nil * End: */