Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
b6c858cfe401188c1728fec2257bc11ce8c3ac5a
/
.
/
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
();