aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/uefi/tables/table_header.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/os/uefi/tables/table_header.zig')
-rw-r--r--lib/std/os/uefi/tables/table_header.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/os/uefi/tables/table_header.zig b/lib/std/os/uefi/tables/table_header.zig
index b955768e63..527c7a61b9 100644
--- a/lib/std/os/uefi/tables/table_header.zig
+++ b/lib/std/os/uefi/tables/table_header.zig
@@ -1,7 +1,7 @@
-/// UEFI Specification, Version 2.8, 4.2
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,