diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-10 16:12:03 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-10 16:12:03 +0100 |
commit | 48c1c4dcc449d05e9950a861e165f456e0d583a1 (patch) | |
tree | 1107e6a6779d16824055e358eb04a45fc5365b63 /src/lib/include/syscall.h | |
parent | c6068c0bce5cf764846e775d3509b1a82af4a0e5 (diff) | |
download | kogata-48c1c4dcc449d05e9950a861e165f456e0d583a1.tar.gz kogata-48c1c4dcc449d05e9950a861e165f456e0d583a1.zip |
Rename & cleanup.
Diffstat (limited to 'src/lib/include/syscall.h')
-rw-r--r-- | src/lib/include/syscall.h | 8 |
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*); |