Merge tag 's390-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[sfrench/cifs-2.6.git] / arch / s390 / kernel / audit.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ARCH_S390_KERNEL_AUDIT_H
3 #define __ARCH_S390_KERNEL_AUDIT_H
4
5 #include <linux/types.h>
6
7 #ifdef CONFIG_COMPAT
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 */
15
16 #endif /* __ARCH_S390_KERNEL_AUDIT_H */