summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/spinlock.h
blob: 21357fe05fe0013239fe303eb2975ecf92fa9f3d (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef __ASM_SPINLOCK_H
#define __ASM_SPINLOCK_H
#ifdef __KERNEL__

#include <asm/simple_spinlock.h>

#endif /* __KERNEL__ */
#endif /* __ASM_SPINLOCK_H */