aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-um/linkage.h
blob: 27011652b01510f5a17c68a761c7e7ee668a191e (plain) (blame)
1
2
3
4
5
6
7
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H

#define FASTCALL(x)	x __attribute__((regparm(3)))
#define fastcall        __attribute__((regparm(3)))

#endif