Force coreboot mconf to create temp files in the output directory
[coreboot.git] / util / nvramtool / coreboot_tables.h
index 08f0be63fab3ed55a90be8469a49446d2ebea47d..22570ac1f63e8067f8b4df23163408c68ef12b37 100644 (file)
@@ -74,7 +74,10 @@ static inline struct lb_uint64 pack_lb64(uint64_t value)
 }
 
 struct lb_header {
-       uint8_t signature[4];   /* LBIO */
+       union {
+               uint8_t signature[4];   /* LBIO */
+               uint32_t signature32;
+       };
        uint32_t header_bytes;
        uint32_t header_checksum;
        uint32_t table_bytes;