summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/audit.h
blob: fa918f01333e0f00fbd9119fe4da8ca741d20269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_AUDIT_H
#define _ASM_X86_AUDIT_H

int ia32_classify_syscall(unsigned int syscall);

extern unsigned ia32_dir_class[];
extern unsigned ia32_write_class[];
extern unsigned ia32_read_class[];
extern unsigned ia32_chattr_class[];
extern unsigned ia32_signal_class[];


#endif /* _ASM_X86_AUDIT_H */