]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/x86/include/asm/asm-prototypes.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / asm-prototypes.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm/ftrace.h>
3 #include <linux/uaccess.h>
4 #include <asm/string.h>
5 #include <asm/page.h>
6 #include <asm/checksum.h>
7
8 #include <asm-generic/asm-prototypes.h>
9
10 #include <asm/page.h>
11 #include <asm/pgtable.h>
12 #include <asm/special_insns.h>
13 #include <asm/preempt.h>
14
15 #ifndef CONFIG_X86_CMPXCHG64
16 extern void cmpxchg8b_emu(void);
17 #endif