summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/audit_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/audit_32.h')
-rw-r--r--arch/powerpc/kernel/audit_32.h7
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 000000000000..c6c79c3041ab
--- /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