syscall.h 196 B

123456789101112
  1. #ifndef _ASM_ALPHA_SYSCALL_H
  2. #define _ASM_ALPHA_SYSCALL_H
  3. #include <uapi/linux/audit.h>
  4. static inline int syscall_get_arch(void)
  5. {
  6. return AUDIT_ARCH_ALPHA;
  7. }
  8. #endif /* _ASM_ALPHA_SYSCALL_H */