Move to new processctl syscall, share common kernel and ulib headers
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
#ifndef ULIB_SYSCALL_SYSCALL_H_
|
||||
#define ULIB_SYSCALL_SYSCALL_H_
|
||||
|
||||
#define SYS_DEBUGPRINT 1
|
||||
#define SYS_QUITPROC 2
|
||||
|
||||
#if !defined(__ASSEMBLER__)
|
||||
|
||||
uint64_t syscall(uint64_t num, uint64_t arg1, uint64_t arg2,
|
||||
|
Reference in New Issue
Block a user