Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
include
/
asm-um
/
linkage.h
blob: 27011652b01510f5a17c68a761c7e7ee668a191e [
file
] [
log
] [
blame
]
#ifndef
__ASM_LINKAGE_H
#define
__ASM_LINKAGE_H
#define
FASTCALL
(
x
)
x __attribute__
((
regparm
(
3
)))
#define
fastcall __attribute__
((
regparm
(
3
)))
#endif