Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
h8300_ksyms.c
Go to the documentation of this file.
1 #include <linux/module.h>
2 #include <linux/linkage.h>
3 #include <linux/sched.h>
4 #include <linux/string.h>
5 #include <linux/mm.h>
6 #include <linux/user.h>
7 #include <linux/elfcore.h>
8 #include <linux/in6.h>
9 #include <linux/interrupt.h>
10 
11 #include <asm/setup.h>
12 #include <asm/pgalloc.h>
13 #include <asm/irq.h>
14 #include <asm/io.h>
15 #include <asm/checksum.h>
16 #include <asm/current.h>
17 #include <asm/gpio.h>
18 
19 //asmlinkage long long __ashrdi3 (long long, int);
20 //asmlinkage long long __lshrdi3 (long long, int);
21 extern char h8300_debug_device[];
22 
23 /* platform dependent support */
24 
25 EXPORT_SYMBOL(strnlen);
33 
35 
39 
40 /* Networking helper routines. */
42 
43 /* The following are special because they're not called
44  explicitly (the C compiler generates them). Fortunately,
45  their interface isn't gonna change any time soon now, so
46  it's OK to leave it out of version control. */
47 //EXPORT_SYMBOL(__ashrdi3);
48 //EXPORT_SYMBOL(__lshrdi3);
52 EXPORT_SYMBOL(memscan);
54 
55 /*
56  * libgcc functions - functions that are used internally by the
57  * compiler... (prototypes are not correct though, but that
58  * doesn't really matter since they're not versioned).
59  */
60 extern void __gcc_bcmp(void);
61 extern void __ashldi3(void);
62 extern void __ashrdi3(void);
63 extern void __cmpdi2(void);
64 extern void __divdi3(void);
65 extern void __divsi3(void);
66 extern void __lshrdi3(void);
67 extern void __moddi3(void);
68 extern void __modsi3(void);
69 extern void __muldi3(void);
70 extern void __mulsi3(void);
71 extern void __negdi2(void);
72 extern void __ucmpdi2(void);
73 extern void __udivdi3(void);
74 extern void __udivmoddi4(void);
75 extern void __udivsi3(void);
76 extern void __umoddi3(void);
77 extern void __umodsi3(void);
78 
79  /* gcc lib functions */
98