Files
linux-apfs/include/asm-ia64/linkage.h
T

15 lines
188 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#ifndef __ASSEMBLY__
2005-04-16 15:20:36 -07:00
#define asmlinkage CPP_ASMLINKAGE __attribute__((syscall_linkage))
#else
#include <asm/asmmacro.h>
#endif
2005-04-16 15:20:36 -07:00
#endif