Rework shared headers
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#include <stdint.h>
|
||||
#include "syscall.h"
|
||||
#include "hdrs/errors.h"
|
||||
#include "errors.h"
|
||||
#include "kprintf.h"
|
||||
#include "processctl.h"
|
||||
#include "hdrs/syscall.h"
|
||||
#include "sysdefs/syscall.h"
|
||||
|
||||
int32_t SYSCALL1(sys_debugprint, string) {
|
||||
char *p = (char *)string;
|
||||
|
Reference in New Issue
Block a user