Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
i386_ksyms_32.c
Go to the documentation of this file.
1 #include <linux/module.h>
2 
3 #include <asm/checksum.h>
4 #include <asm/pgtable.h>
5 #include <asm/desc.h>
6 #include <asm/ftrace.h>
7 
8 #ifdef CONFIG_FUNCTION_TRACER
9 /* mcount is defined in assembly */
10 EXPORT_SYMBOL(mcount);
11 #endif
12 
13 /*
14  * Note, this is a prototype to get at the symbol for
15  * the export, but dont use it from C code, it is used
16  * by assembly code and is not using C calling convention!
17  */
18 #ifndef CONFIG_X86_CMPXCHG64
19 extern void cmpxchg8b_emu(void);
21 #endif
22 
23 /* Networking helper routines. */
25 
29 
34 
36