Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
e4229a2938668b6e9b336861b383b8bbb4f4914b
/
.
/
src
/
kernel
/
x86_32
/
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
();