spinlock_64.h (409B)
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* spinlock.h: 64-bit Sparc spinlock support. 3 * 4 * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) 5 */ 6 7#ifndef __SPARC64_SPINLOCK_H 8#define __SPARC64_SPINLOCK_H 9 10#ifndef __ASSEMBLY__ 11 12#include <asm/processor.h> 13#include <asm/barrier.h> 14#include <asm/qspinlock.h> 15#include <asm/qrwlock.h> 16 17#endif /* !(__ASSEMBLY__) */ 18 19#endif /* !(__SPARC64_SPINLOCK_H) */