This website requires JavaScript.
Explore
Help
Sign In
drew
/
acadia
Watch
1
Star
0
Fork
You've already forked acadia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
29148c8756
acadia
/
zion
/
syscall
/
syscall.h
7 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Wireframe for syscalls in place
2023-05-18 16:03:09 -07:00
#
pragma once
[zion] Migrate process syscalls to new format.
2023-06-20 14:01:43 -07:00
#
include
"capability/capability.h"
#
include
"include/ztypes.h"
Wireframe for syscalls in place
2023-05-18 16:03:09 -07:00
void
InitSyscall
(
)
;