root/arch/arm64/include/asm/spinlock_types.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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

/* [<][>][^][v][top][bottom][index][help] */