]> git.ipfire.org Git - ipfire-2.x.git/blame - src/hwinfo/src/hd/bios.h
Kleiner netter neuer Versuch.
[ipfire-2.x.git] / src / hwinfo / src / hd / bios.h
CommitLineData
a6316ce4
MT
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
7void hd_scan_bios(hd_data_t *hd_data);
8void get_vbe_info(hd_data_t *hd_data, vbe_info_t *vbe);