diff options
author | stefan <stefan@s00.xyz> | 2023-04-23 17:00:14 -0400 |
---|---|---|
committer | stefan <stefan@s00.xyz> | 2023-04-23 17:00:14 -0400 |
commit | a3c174ee4c08d1d5e7a89ce187f52e3c0807a7eb (patch) | |
tree | bad1c1d9026e7de550a1e69863acdf9a8213b2b7 /sys/include/vm.h | |
parent | 386ad4f82955d389ae347bc50f7efca5edb9d9a8 (diff) | |
download | sv-a3c174ee4c08d1d5e7a89ce187f52e3c0807a7eb.tar.gz |
memory detection
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 */ |