android_kernel_samsung_on5x.../arch/alpha/include/asm/syscall.h
2018-06-19 23:16:04 +02:00

11 lines
196 B
C

#ifndef _ASM_ALPHA_SYSCALL_H
#define _ASM_ALPHA_SYSCALL_H
#include <uapi/linux/audit.h>
static inline int syscall_get_arch(void)
{
return AUDIT_ARCH_ALPHA;
}
#endif /* _ASM_ALPHA_SYSCALL_H */