satip-axe/kernel/arch/ia64/include/asm/linkage.h
2015-03-26 17:24:57 +01:00

15 lines
188 B
C

#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#ifndef __ASSEMBLY__
#define asmlinkage CPP_ASMLINKAGE __attribute__((syscall_linkage))
#else
#include <asm/asmmacro.h>
#endif
#endif