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();