Merge tag 'imx-drm-next-2020-10-30' of git://git.pengutronix.de/git/pza/linux into...
[linux-2.6-microblaze.git] / arch / arm64 / include / asm / spinlock_types.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2012 ARM Ltd.
4  */
5 #ifndef __ASM_SPINLOCK_TYPES_H
6 #define __ASM_SPINLOCK_TYPES_H
7
8 #if !defined(__LINUX_SPINLOCK_TYPES_H) && !defined(__ASM_SPINLOCK_H)
9 # error "please don't include this file directly"
10 #endif
11
12 #include <asm-generic/qspinlock_types.h>
13 #include <asm-generic/qrwlock_types.h>
14
15 #endif