index
:
sv
main
rewrite
risc-v supervisor
Stefan Weigl-Bosker
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
include
/
vm.h
blob: 1883ea7c162c97ac7c63999458aabd5c169b9e99 (
plain
)
1
2
3
4
5
6
#ifndef _VM_H
#define _VM_H
void
vminit
(
void
);
#endif
/* _VM_H */