diff options
Diffstat (limited to 'arch/powerpc/kernel/audit_32.h')
-rw-r--r-- | arch/powerpc/kernel/audit_32.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/audit_32.h b/arch/powerpc/kernel/audit_32.h new file mode 100644 index 0000000000..c6c79c3041 --- /dev/null +++ b/arch/powerpc/kernel/audit_32.h @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 +#ifndef __AUDIT_32_H__ +#define __AUDIT_32_H__ + +extern int ppc32_classify_syscall(unsigned); + +#endif |