Files
mop3/include/m/syscall_defs.h
kamkow1 fff51321bc
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s
Redesign syscalls
2026-01-20 20:46:34 +01:00

14 lines
306 B
C

#ifndef _M_SYSCALL_DEFS_H
#define _M_SYSCALL_DEFS_H
#define SYS_QUIT 1
#define SYS_TEST 2
#define SYS_MAP 3
#define SYS_UNMAP 4
#define SYS_CLONE 5
#define SYS_SCHED 6
#define SYS_CREATE_MEM 7
#define SYS_UNLINK_MEM 8
#endif // _M_SYSCALL_DEFS_H