aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/entry/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/entry/common.h')
-rw-r--r--kernel/entry/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/entry/common.h b/kernel/entry/common.h
new file mode 100644
index 000000000000..f6e6d02f07fe
--- /dev/null
+++ b/kernel/entry/common.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _COMMON_H
+#define _COMMON_H
+
+bool syscall_user_dispatch(struct pt_regs *regs);
+
+#endif