Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
402a3831795e76666a3c26b8ead8423fa0cd90f0
/
.
/
src
/
kernel
/
syscall.h
blob: c926ff18c68abdf9cfb779e2ec23377b14d820b1 [
file
] [
log
] [
blame
]
#pragma
once
#include
"registers.h"
#define
SYSCALL_INT
0x80
// copy linux :)
void
do_syscall
(
struct
registers
*
regs
);
void
init_syscall
();