|
|
| File: [Development] / linux-2.6-xfs / arch / s390 / kernel / audit.h (download)
Revision 1.1, Mon Dec 3 16:26:37 2007 UTC (9 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.24-rc3 Merge of 2.6.x-xfs-melb:linux:30183b by kenmcd. |
#ifndef __ARCH_S390_KERNEL_AUDIT_H #define __ARCH_S390_KERNEL_AUDIT_H #include <linux/types.h> #ifdef CONFIG_COMPAT extern int s390_classify_syscall(unsigned); extern __u32 s390_dir_class[]; extern __u32 s390_write_class[]; extern __u32 s390_read_class[]; extern __u32 s390_chattr_class[]; extern __u32 s390_signal_class[]; #endif /* CONFIG_COMPAT */ #endif /* __ARCH_S390_KERNEL_AUDIT_H */