Cleanup access to vendor/part # info
[coreboot.git] / payloads / libpayload / include / sysinfo.h
index c1d2002279906b1cb9cadb98fdd81327e75cf591..778dfe9414a96e47987541f045a9b91d1e7bf90c 100644 (file)
@@ -56,6 +56,9 @@ struct sysinfo_t {
        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;