- Initial checkin of the freebios2 tree
[coreboot.git] / src / include / part / sizeram.h
diff --git a/src/include/part/sizeram.h b/src/include/part/sizeram.h
new file mode 100644 (file)
index 0000000..50a44f3
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef PART_SIZERAM_H
+#define PART_SIZERAM_H
+
+struct mem_rang;
+struct mem_range *sizeram(void);
+
+#endif /* PART_SIZERAM_H */