Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* spinlock.h: 64-bit Sparc spinlock support.
0003  *
0004  * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
0005  */
0006 
0007 #ifndef __SPARC64_SPINLOCK_H
0008 #define __SPARC64_SPINLOCK_H
0009 
0010 #ifndef __ASSEMBLY__
0011 
0012 #include <asm/processor.h>
0013 #include <asm/barrier.h>
0014 #include <asm/qspinlock.h>
0015 #include <asm/qrwlock.h>
0016 
0017 #endif /* !(__ASSEMBLY__) */
0018 
0019 #endif /* !(__SPARC64_SPINLOCK_H) */