Cleanup syscall numbers

This commit is contained in:
Toby Jaffey 2025-12-08 12:53:33 +00:00
parent 61fe0e8647
commit 9d6e6790e1
19 changed files with 32 additions and 32 deletions

View file

@ -3,10 +3,7 @@
#include <stdint.h>
#include <stdbool.h>
// "well-known" system UVM32_SYSCALL functions
#define UVM32_SYSCALL_HALT 0x138
#define UVM32_SYSCALL_YIELD 0x139
#include "common/uvm32_sys.h"
#define LIST_OF_UVM32_ERRS \
X(UVM32_ERR_NONE) \