mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
0e5e3d4461
Lift the prototype of ia32_classify_syscall() into its own header. Signed-off-by: Benjamin Thiel <b.thiel@posteo.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200516123816.2680-1-b.thiel@posteo.de
8 lines
170 B
C
8 lines
170 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_X86_AUDIT_H
|
|
#define _ASM_X86_AUDIT_H
|
|
|
|
int ia32_classify_syscall(unsigned int syscall);
|
|
|
|
#endif /* _ASM_X86_AUDIT_H */
|