]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/hwinfo/src/hd/bios.h
Kleiner netter neuer Versuch.
[people/teissler/ipfire-2.x.git] / src / hwinfo / src / hd / bios.h
1 #define BIOS_ROM_START 0xc0000
2 #define BIOS_ROM_SIZE 0x40000
3
4 #define BIOS_RAM_START 0x400
5 #define BIOS_RAM_SIZE 0x100
6
7 void hd_scan_bios(hd_data_t *hd_data);
8 void get_vbe_info(hd_data_t *hd_data, vbe_info_t *vbe);