mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
11 lines
196 B
C
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 */
|