android_kernel_cmhtcleo/arch/ia64/include/asm/linkage.h
2010-08-27 11:19:57 +02: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