]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/alpha/include/asm/syscall.h
Input: wm97xx: add new AC97 bus support
[mirror_ubuntu-focal-kernel.git] / arch / alpha / include / asm / syscall.h
1 #ifndef _ASM_ALPHA_SYSCALL_H
2 #define _ASM_ALPHA_SYSCALL_H
3
4 #include <uapi/linux/audit.h>
5
6 static inline int syscall_get_arch(void)
7 {
8 return AUDIT_ARCH_ALPHA;
9 }
10
11 #endif /* _ASM_ALPHA_SYSCALL_H */