libpayload: Add access to CMOS images in memory space
[coreboot.git] / payloads / libpayload / include / libpayload.h
index 91156e53df78a7ed11499064f31f0979341737b5..308d95c667f1122c9d39676fc52d1b4d94153b3a 100644 (file)
@@ -199,7 +199,8 @@ struct nvram_accessor {
        void (*write)(u8 val, u8 reg);
 };
 
-extern struct nvram_accessor *use_nvram;
+extern u8 *mem_accessor_base;
+extern struct nvram_accessor *use_nvram, *use_mem;
 
 struct cb_cmos_option_table *get_system_option_table(void);
 void fix_options_checksum_with(const struct nvram_accessor *nvram);