TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
157378f43faad830e4aa3815bde5fa9f9a9f5be6
/
.
/
arch
/
x86
/
include
/
asm
/
audit.h
blob: 36aec57ea7a36b25a47a3dbc33a99d8033c66a65 [
file
] [
log
] [
blame
]
Olivier Deprez
157378f
2022-04-04 15:47:50 +0200
[
diff
] [
blame^
]
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef
_ASM_X86_AUDIT_H
3
#define
_ASM_X86_AUDIT_H
4
5
int
ia32_classify_syscall
(
unsigned
int
syscall
);
6
7
#endif
/* _ASM_X86_AUDIT_H */