]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/arm64/include/asm/spinlock_types.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
[thirdparty/linux.git] / arch / arm64 / include / asm / spinlock_types.h
CommitLineData
caab277b 1/* SPDX-License-Identifier: GPL-2.0-only */
08e875c1
CM
2/*
3 * Copyright (C) 2012 ARM Ltd.
08e875c1
CM
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
c1109047 12#include <asm-generic/qspinlock_types.h>
087133ac 13#include <asm-generic/qrwlock_types.h>
08e875c1
CM
14
15#endif