aboutsummaryrefslogblamecommitdiff
path: root/src/kernel/include/syscall.h
blob: 045205f4bc36ce5c2c5aa1defedee72cf7a3d0f2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                
                         





                                        
#pragma once

#include <idt.h>
#include <syscallproto.h>

void setup_syscalls();

void syscall_handler(registers_t *regs);

/* vim: set ts=4 sw=4 tw=0 noet :*/