12874c5fdSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */
2b8b572e1SStephen Rothwell #ifndef __ASM_SPINLOCK_H
3b8b572e1SStephen Rothwell #define __ASM_SPINLOCK_H
4b8b572e1SStephen Rothwell #ifdef __KERNEL__
5b8b572e1SStephen Rothwell 
612d0b9d6SNicholas Piggin #include <asm/simple_spinlock.h>
7d89e588cSPeter Zijlstra 
8b8b572e1SStephen Rothwell #endif /* __KERNEL__ */
9b8b572e1SStephen Rothwell #endif /* __ASM_SPINLOCK_H */
10