- memory detection with BIOS 0x15/0xe820
[bootcensus] / src / mem.h
diff --git a/src/mem.h b/src/mem.h
new file mode 100644 (file)
index 0000000..219bf5f
--- /dev/null
+++ b/src/mem.h
@@ -0,0 +1,6 @@
+#ifndef MEM_H_
+#define MEM_H_
+
+void init_mem(void);
+
+#endif /* MEM_H_ */