830b19dbfa3101b73db8dc24c5510ee7d8dbd5a5
[sfrench/cifs-2.6.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