summaryrefslogtreecommitdiffstats
path: root/coreboot_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'coreboot_tables.h')
-rw-r--r--coreboot_tables.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/coreboot_tables.h b/coreboot_tables.h
index c4c2d4d..2eaff08 100644
--- a/coreboot_tables.h
+++ b/coreboot_tables.h
@@ -135,6 +135,13 @@ struct lb_string {
uint8_t string[0];
};
+#define LB_TAG_FORWARD 0x0011
+struct lb_forward {
+ uint32_t tag;
+ uint32_t size;
+ uint64_t forward;
+};
+
/* The following structures are for the cmos definitions table */
#define LB_TAG_CMOS_OPTION_TABLE 200
/* cmos header record */
OpenPOWER on IntegriCloud