Release 4.14 arch/alpha/include/asm/syscall.h
/* SPDX-License-Identifier: GPL-2.0 */
#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;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Eric Paris | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
#endif /* _ASM_ALPHA_SYSCALL_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Eric Paris | 24 | 96.00% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 4.00% | 1 | 50.00% |
Total | 25 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.