Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
m68k_ksyms.c
Go to the documentation of this file.
1 #include <linux/module.h>
2 
3 asmlinkage long long __ashldi3 (long long, int);
4 asmlinkage long long __ashrdi3 (long long, int);
5 asmlinkage long long __lshrdi3 (long long, int);
6 asmlinkage long long __muldi3 (long long, long long);
7 
8 /* The following are special because they're not called
9  explicitly (the C compiler generates them). Fortunately,
10  their interface isn't gonna change any time soon now, so
11  it's OK to leave it out of version control. */
16 
17 #if defined(CONFIG_CPU_HAS_NO_MULDIV64)
18 /*
19  * Simpler 68k and ColdFire parts also need a few other gcc functions.
20  */
21 extern long long __divsi3(long long, long long);
22 extern long long __modsi3(long long, long long);
23 extern long long __mulsi3(long long, long long);
24 extern long long __udivsi3(long long, long long);
25 extern long long __umodsi3(long long, long long);
26 
32 #endif