aboutsummaryrefslogtreecommitdiff
path: root/src/lib/include/syscall.h
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2015-03-10 16:12:03 +0100
committerAlex Auvolat <alex@adnab.me>2015-03-10 16:12:03 +0100
commit48c1c4dcc449d05e9950a861e165f456e0d583a1 (patch)
tree1107e6a6779d16824055e358eb04a45fc5365b63 /src/lib/include/syscall.h
parentc6068c0bce5cf764846e775d3509b1a82af4a0e5 (diff)
downloadkogata-48c1c4dcc449d05e9950a861e165f456e0d583a1.tar.gz
kogata-48c1c4dcc449d05e9950a861e165f456e0d583a1.zip
Rename & cleanup.
Diffstat (limited to 'src/lib/include/syscall.h')
-rw-r--r--src/lib/include/syscall.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/include/syscall.h b/src/lib/include/syscall.h
index 79e930f..f66b759 100644
--- a/src/lib/include/syscall.h
+++ b/src/lib/include/syscall.h
@@ -4,12 +4,12 @@
#include <stdint.h>
#include <stdbool.h>
-#include <syscallproto.h>
-#include <mmap.h>
+#include <proto/syscall.h>
+#include <proto/mmap.h>
+#include <proto/fs.h>
+#include <proto/token.h>
-#include <fs.h>
#include <debug.h>
-#include <token.h>
typedef void (*entry_t)(void*);