GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / s390 / kernel / audit.h
blob12b56f4b5a73cce6113b21e98071608d43d542b0
1 #ifndef __ARCH_S390_KERNEL_AUDIT_H
2 #define __ARCH_S390_KERNEL_AUDIT_H
4 #include <linux/types.h>
6 #ifdef CONFIG_COMPAT
7 extern int s390_classify_syscall(unsigned);
8 extern __u32 s390_dir_class[];
9 extern __u32 s390_write_class[];
10 extern __u32 s390_read_class[];
11 extern __u32 s390_chattr_class[];
12 extern __u32 s390_signal_class[];
13 #endif /* CONFIG_COMPAT */
15 #endif /* __ARCH_S390_KERNEL_AUDIT_H */