Cleanup access to vendor/part # info
[coreboot.git] / payloads / libpayload / include / sysinfo.h
index e357704995d2430d7986227a1638707323266628..778dfe9414a96e47987541f045a9b91d1e7bf90c 100644 (file)
@@ -51,9 +51,14 @@ struct sysinfo_t {
        u32 cmos_range_end;
        u32 cmos_checksum_location;
 
+       char *cb_version;
+
        struct cb_framebuffer *framebuffer;
 
        unsigned long *mbtable; /** Pointer to the multiboot table */
+
+       struct cb_header *header;
+       struct cb_mainboard *mainboard;
 };
 
 extern struct sysinfo_t lib_sysinfo;