extern struct TableHeader [src]
Alias for std.os.uefi.tables.table_header.TableHeader
Fields
signature: u64
revision: u32
header_size: u32The size, in bytes, of the entire table including the TableHeader
crc32: u32
reserved: u32
Source
pub const TableHeader = extern struct {
signature: u64,
revision: u32,
/// The size, in bytes, of the entire table including the TableHeader
header_size: u32,
crc32: u32,
reserved: u32,
}