aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-12-17 16:03:58 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2019-12-17 16:03:58 +0100
commit37821a7d49e78132e7bdf12e04a9ed339588650c (patch)
tree05fadfc59b5cb650ee9436abc80bb5f6f3e26b30
parent24df4b958832cf7a42a82a205a536d8bcc02ab35 (diff)
downloadrpi-MMU-example-37821a7d49e78132e7bdf12e04a9ed339588650c.tar.gz
rpi-MMU-example-37821a7d49e78132e7bdf12e04a9ed339588650c.zip
add forgotten libkernel.h
-rw-r--r--libkernel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libkernel.h b/libkernel.h
new file mode 100644
index 0000000..a8af348
--- /dev/null
+++ b/libkernel.h
@@ -0,0 +1,6 @@
+#ifndef LIBKERNEL_H
+#define LIBKERNEL_H
+
+void call_unprivileged(void (*address) (void));
+
+#endif // LIBKERNEL_H