[PATCH] PCI: 'is_enabled' flag should be set/cleared when the device is actually...
[linux-2.6/mini2440.git] / include / asm-um / linkage.h
blob27011652b01510f5a17c68a761c7e7ee668a191e
1 #ifndef __ASM_LINKAGE_H
2 #define __ASM_LINKAGE_H
4 #define FASTCALL(x) x __attribute__((regparm(3)))
5 #define fastcall __attribute__((regparm(3)))
7 #endif