]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/x86/include/asm/asm-prototypes.h
Merge branch 'stable/for-jens-4.12' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / x86 / include / asm / asm-prototypes.h
1 #include <asm/ftrace.h>
2 #include <linux/uaccess.h>
3 #include <asm/string.h>
4 #include <asm/page.h>
5 #include <asm/checksum.h>
6
7 #include <asm-generic/asm-prototypes.h>
8
9 #include <asm/page.h>
10 #include <asm/pgtable.h>
11 #include <asm/special_insns.h>
12 #include <asm/preempt.h>
13
14 #ifndef CONFIG_X86_CMPXCHG64
15 extern void cmpxchg8b_emu(void);
16 #endif