]> Git Repo - linux.git/blob - arch/sparc/include/asm/spinlock_64.h
ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devs
[linux.git] / arch / sparc / include / asm / spinlock_64.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* spinlock.h: 64-bit Sparc spinlock support.
3  *
4  * Copyright (C) 1997 David S. Miller ([email protected])
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/qrwlock.h>
15 #include <asm/qspinlock.h>
16
17 #endif /* !(__ASSEMBLY__) */
18
19 #endif /* !(__SPARC64_SPINLOCK_H) */
This page took 0.028472 seconds and 4 git commands to generate.