linux/arch/xtensa/include/asm/spinlock_types.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2#ifndef __ASM_SPINLOCK_TYPES_H
   3#define __ASM_SPINLOCK_TYPES_H
   4
   5#if !defined(__LINUX_SPINLOCK_TYPES_H) && !defined(__ASM_SPINLOCK_H)
   6# error "please don't include this file directly"
   7#endif
   8
   9#include <asm-generic/qspinlock_types.h>
  10#include <asm-generic/qrwlock_types.h>
  11
  12#endif
  13