Moved syscall IDs to separate header

This commit is contained in:
2022-08-19 06:06:48 -05:00
parent 164fb9fcae
commit 0337fca749
4 changed files with 19 additions and 13 deletions

View File

@@ -11,6 +11,7 @@
#include "platform/context.h"
#include "platform/putc.h"
#include "types/status.h"
#include "types/syscallid.h"
struct kernel_t kernel;