]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/hwinfo/src/hd/bios.h
Zwischencommit Installer...
[people/teissler/ipfire-2.x.git] / src / hwinfo / src / hd / bios.h
diff --git a/src/hwinfo/src/hd/bios.h b/src/hwinfo/src/hd/bios.h
new file mode 100644 (file)
index 0000000..cdb046f
--- /dev/null
@@ -0,0 +1,8 @@
+#define BIOS_ROM_START  0xc0000
+#define BIOS_ROM_SIZE   0x40000
+
+#define BIOS_RAM_START  0x400
+#define BIOS_RAM_SIZE   0x100
+
+void hd_scan_bios(hd_data_t *hd_data);
+void get_vbe_info(hd_data_t *hd_data, vbe_info_t *vbe);