[PATCH] syscall classes hookup for ppc and s390
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / powerpc / kernel / compat_audit.c
1 #undef __powerpc64__
2 #include <asm/unistd.h>
3
4 unsigned ppc32_dir_class[] = {
5 #include <asm-generic/audit_dir_write.h>
6 ~0U
7 };
8
9 unsigned ppc32_chattr_class[] = {
10 #include <asm-generic/audit_change_attr.h>
11 ~0U
12 };