Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
frv_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/hardirq.h>
17 #include <asm/cacheflush.h>
18 
19 extern long __memcpy_user(void *dst, const void *src, size_t count);
20 extern long __memset_user(void *dst, const void *src, size_t count);
21 
22 /* platform dependent support */
23 
26 
28 
29 #if 0
30 EXPORT_SYMBOL(local_irq_count);
31 EXPORT_SYMBOL(local_bh_count);
32 #endif
33 
42 
43 #ifndef CONFIG_MMU
46 #endif
47 
48 EXPORT_SYMBOL(__debug_bug_trap);
49 
50 /* The following are special because they're not called
51  explicitly (the C compiler generates them). Fortunately,
52  their interface isn't gonna change any time soon now, so
53  it's OK to leave it out of version control. */
56 
57 EXPORT_SYMBOL(__outsl_ns);
58 EXPORT_SYMBOL(__insl_ns);
59 
60 #ifdef CONFIG_FRV_OUTOFLINE_ATOMIC_OPS
61 EXPORT_SYMBOL(atomic_test_and_ANDNOT_mask);
62 EXPORT_SYMBOL(atomic_test_and_OR_mask);
63 EXPORT_SYMBOL(atomic_test_and_XOR_mask);
66 EXPORT_SYMBOL(__xchg_32);
67 EXPORT_SYMBOL(__cmpxchg_32);
68 #endif
73 
76 
77 /*
78  * libgcc functions - functions that are used internally by the
79  * compiler... (prototypes are not correct though, but that
80  * doesn't really matter since they're not versioned).
81  */
82 extern void __gcc_bcmp(void);
83 extern void __ashldi3(void);
84 extern void __ashrdi3(void);
85 extern void __cmpdi2(void);
86 extern void __divdi3(void);
87 extern void __lshrdi3(void);
88 extern void __moddi3(void);
89 extern void __muldi3(void);
90 extern void __mulll(void);
91 extern void __umulll(void);
92 extern void __negdi2(void);
93 extern void __ucmpdi2(void);
94 extern void __udivdi3(void);
95 extern void __udivmoddi4(void);
96 extern void __umoddi3(void);
97 
98  /* gcc lib functions */
99 //EXPORT_SYMBOL(__gcc_bcmp);
102 //EXPORT_SYMBOL(__cmpdi2);
103 //EXPORT_SYMBOL(__divdi3);
105 //EXPORT_SYMBOL(__moddi3);
111 //EXPORT_SYMBOL(__udivdi3);
112 //EXPORT_SYMBOL(__udivmoddi4);
113 //EXPORT_SYMBOL(__umoddi3);