Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ARCH_S390_KERNEL_AUDIT_H
0003 #define __ARCH_S390_KERNEL_AUDIT_H
0004 
0005 #include <linux/types.h>
0006 
0007 #ifdef CONFIG_COMPAT
0008 extern int s390_classify_syscall(unsigned);
0009 extern __u32 s390_dir_class[];
0010 extern __u32 s390_write_class[];
0011 extern __u32 s390_read_class[];
0012 extern __u32 s390_chattr_class[];
0013 extern __u32 s390_signal_class[];
0014 #endif /* CONFIG_COMPAT */
0015 
0016 #endif /* __ARCH_S390_KERNEL_AUDIT_H */