aboutsummaryrefslogtreecommitdiff
path: root/pk/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/frontend.h')
-rw-r--r--pk/frontend.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pk/frontend.h b/pk/frontend.h
new file mode 100644
index 0000000..86a8917
--- /dev/null
+++ b/pk/frontend.h
@@ -0,0 +1,8 @@
+#ifndef _RISCV_FRONTEND_H
+#define _RISCV_FRONTEND_H
+
+#include <machine/syscall.h>
+
+sysret_t frontend_syscall(long n, long a0, long a1, long a2, long a3);
+
+#endif