diff options
Diffstat (limited to 'sys/include/vm.h')
-rw-r--r-- | sys/include/vm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/include/vm.h b/sys/include/vm.h new file mode 100644 index 0000000..1883ea7 --- /dev/null +++ b/sys/include/vm.h @@ -0,0 +1,6 @@ +#ifndef _VM_H +#define _VM_H + +void vminit(void); + +#endif /* _VM_H */ |