index
:
bringelle.git
master
x86_32 Kernel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
syscall.h
blob: 26f36822078f4c35413586765e9a0161c467a58e (
plain
)
1
2
3
4
5
6
#ifndef SYSCALL_H #define SYSCALL_H void syscall(); #endif