Home
last modified time | relevance | path

Searched refs:DECLARE_EXPORT (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/sh/kernel/
Dsh_ksyms_32.c25 #define DECLARE_EXPORT(name) \ macro
28 DECLARE_EXPORT(__udivsi3);
29 DECLARE_EXPORT(__sdivsi3);
30 DECLARE_EXPORT(__lshrsi3);
31 DECLARE_EXPORT(__ashrsi3);
32 DECLARE_EXPORT(__ashlsi3);
33 DECLARE_EXPORT(__ashiftrt_r4_6);
34 DECLARE_EXPORT(__ashiftrt_r4_7);
35 DECLARE_EXPORT(__ashiftrt_r4_8);
36 DECLARE_EXPORT(__ashiftrt_r4_9);
[all …]
Dsh_ksyms_64.c50 #define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name) macro
52 DECLARE_EXPORT(__sdivsi3);
53 DECLARE_EXPORT(__sdivsi3_1);
54 DECLARE_EXPORT(__sdivsi3_2);
55 DECLARE_EXPORT(__udivsi3);
56 DECLARE_EXPORT(__div_table);