repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.1.18
[linux/fpc-iii.git]
/
arch
/
alpha
/
include
/
asm
/
syscall.h
blob
88d28eb2a5662f9daf8f1527cd19863b1fcc1b5d
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 */