Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/git/power...
[deliverable/linux.git] / arch / unicore32 / kernel / ksyms.h
1 /*
2 * libgcc functions - functions that are used internally by the
3 * compiler... (prototypes are not correct though, but that
4 * doesn't really matter since they're not versioned).
5 */
6 extern void __ashldi3(void);
7 extern void __ashrdi3(void);
8 extern void __divsi3(void);
9 extern void __lshrdi3(void);
10 extern void __modsi3(void);
11 extern void __ucmpdi2(void);
12 extern void __udivsi3(void);
13 extern void __umodsi3(void);
This page took 0.03558 seconds and 5 git commands to generate.