repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux-2.6.12-rc2
[linux-2.6/next.git]
/
include
/
asm-um
/
linkage.h
blob
27011652b01510f5a17c68a761c7e7ee668a191e
1
#ifndef __ASM_LINKAGE_H
2
#define __ASM_LINKAGE_H
3
4
#define FASTCALL(x) x __attribute__((regparm(3)))
5
#define fastcall __attribute__((regparm(3)))
6
7
#endif