audit.h 394 B

123456789101112131415
  1. #ifndef __ARCH_S390_KERNEL_AUDIT_H
  2. #define __ARCH_S390_KERNEL_AUDIT_H
  3. #include <linux/types.h>
  4. #ifdef CONFIG_COMPAT
  5. extern int s390_classify_syscall(unsigned);
  6. extern __u32 s390_dir_class[];
  7. extern __u32 s390_write_class[];
  8. extern __u32 s390_read_class[];
  9. extern __u32 s390_chattr_class[];
  10. extern __u32 s390_signal_class[];
  11. #endif /* CONFIG_COMPAT */
  12. #endif /* __ARCH_S390_KERNEL_AUDIT_H */