Rework shared headers

This commit is contained in:
2025-09-05 17:08:40 +02:00
parent 708c53c64d
commit f42c4b7e44
15 changed files with 28 additions and 20 deletions

View File

@ -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);