JustOS/linux-6.13/include/asm-generic/spinlock.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

10 lines
212 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_GENERIC_SPINLOCK_H
#define __ASM_GENERIC_SPINLOCK_H
#include <asm-generic/ticket_spinlock.h>
#include <asm/qrwlock.h>
#endif /* __ASM_GENERIC_SPINLOCK_H */