aboutsummaryrefslogtreecommitdiff
path: root/libkernel.h
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-02 17:54:31 +0100
committervetch <vetch97@gmail.com>2020-01-02 17:54:31 +0100
commitab7b754bb32022336527c1a2d5d710b95a589d0e (patch)
tree19f508f06c72efcbdd2cfad46949ed6f1ae45a3c /libkernel.h
parent5e1e6796109c892c4300c3da17c35e7874a40107 (diff)
parent6bf5a3b8c6e8a5d1cb3fb4880a5d9688ab094c62 (diff)
downloadrpi-MMU-example-ab7b754bb32022336527c1a2d5d710b95a589d0e.tar.gz
rpi-MMU-example-ab7b754bb32022336527c1a2d5d710b95a589d0e.zip
Merge branch 'bob' of https://repo.or.cz/RPi-MMU-example into alice
# Conflicts: # .gitignore # PL0_test.ld # demo_functionality.c # interrupt_vector.S # interrupts.c # kernel.c # memory.h
Diffstat (limited to 'libkernel.h')
-rw-r--r--libkernel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libkernel.h b/libkernel.h
deleted file mode 100644
index a8af348..0000000
--- a/libkernel.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef LIBKERNEL_H
-#define LIBKERNEL_H
-
-void call_unprivileged(void (*address) (void));
-
-#endif // LIBKERNEL_H