Rework shared headers
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include <stdint.h>
|
||||
#include <system/system.h>
|
||||
#include <syscall/syscall.h>
|
||||
#include <syscall.h>
|
||||
#include <sysdefs/syscall.h>
|
||||
|
||||
void sys_debugprint(const char *string) {
|
||||
syscall(SYS_DEBUGPRINT, (uint64_t)string, 0, 0, 0, 0, 0);
|
||||
|
Reference in New Issue
Block a user