audit.h (433B)
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 8extern int s390_classify_syscall(unsigned); 9extern __u32 s390_dir_class[]; 10extern __u32 s390_write_class[]; 11extern __u32 s390_read_class[]; 12extern __u32 s390_chattr_class[]; 13extern __u32 s390_signal_class[]; 14#endif /* CONFIG_COMPAT */ 15 16#endif /* __ARCH_S390_KERNEL_AUDIT_H */