Add timestamp table pointer to the coreboot table.
[coreboot.git] / src / include / boot / coreboot_tables.h
index 45ba3af110e20a56624cbe281062dd95568aed14..46d64898b47cbcd6284ba2f3f7e068d799cca3b3 100644 (file)
@@ -195,6 +195,14 @@ struct lb_framebuffer {
        uint8_t reserved_mask_size;
 };
 
+#define LB_TAG_TIMESTAMPS      0x0016
+struct lb_tstamp {
+       uint32_t tag;
+       uint32_t size;
+
+       void    *tstamp_tab;
+};
+
 /* The following structures are for the cmos definitions table */
 #define LB_TAG_CMOS_OPTION_TABLE 200
 /* cmos header record */