~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/unicore32/kernel/ksyms.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 __muldi3(void);
 
12
extern void __ucmpdi2(void);
 
13
extern void __udivsi3(void);
 
14
extern void __umodsi3(void);
 
15
extern void __bswapsi2(void);