/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SPINLOCK_H #define __ASM_SPINLOCK_H #include #include #ifdef CONFIG_METAG_ATOMICITY_LOCK1 #include #else #include #endif /* * both lock1 and lnkget are test-and-set spinlocks with 0 unlocked and 1 * locked. */ #endif /* __ASM_SPINLOCK_H */