mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
13 lines
210 B
C
13 lines
210 B
C
|
#undef __powerpc64__
|
||
|
#include <asm/unistd.h>
|
||
|
|
||
|
unsigned ppc32_dir_class[] = {
|
||
|
#include <asm-generic/audit_dir_write.h>
|
||
|
~0U
|
||
|
};
|
||
|
|
||
|
unsigned ppc32_chattr_class[] = {
|
||
|
#include <asm-generic/audit_change_attr.h>
|
||
|
~0U
|
||
|
};
|