SYNOPSIS
struct bdb_header {
u8 signature[16];
u16 version;
u16 header_size;
u16 bdb_size;
};
MEMBERS
signature[16]
- BDB signature "BIOS_DATA_BLOCK"
version
- Version of the data block definitions
header_size
- Size of this structure
bdb_size
- Size of BDB (BDB Header and data blocks)
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT