root/arch/s390/kernel/audit.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 */

/* [<][>][^][v][top][bottom][index][help] */