1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ARCH_S390_KERNEL_AUDIT_H
3 #define __ARCH_S390_KERNEL_AUDIT_H
5 #include <linux/types.h>
8 extern int s390_classify_syscall(unsigned);
9 extern __u32 s390_dir_class
[];
10 extern __u32 s390_write_class
[];
11 extern __u32 s390_read_class
[];
12 extern __u32 s390_chattr_class
[];
13 extern __u32 s390_signal_class
[];
14 #endif /* CONFIG_COMPAT */
16 #endif /* __ARCH_S390_KERNEL_AUDIT_H */