]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/unicore32/kernel/ksyms.h
Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block
[mirror_ubuntu-zesty-kernel.git] / arch / unicore32 / kernel / ksyms.h
CommitLineData
87c1a3fb
G
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 */
6extern void __ashldi3(void);
7extern void __ashrdi3(void);
8extern void __divsi3(void);
9extern void __lshrdi3(void);
10extern void __modsi3(void);
11extern void __muldi3(void);
12extern void __ucmpdi2(void);
13extern void __udivsi3(void);
14extern void __umodsi3(void);
15extern void __bswapsi2(void);