diff options
Diffstat (limited to 'include/skiboot.h')
-rw-r--r-- | include/skiboot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/skiboot.h b/include/skiboot.h index dbc2057..f6fcc63 100644 --- a/include/skiboot.h +++ b/include/skiboot.h @@ -199,7 +199,8 @@ extern void occ_fsp_init(void); /* flash support */ struct flash_chip; extern int flash_register(struct flash_chip *chip, bool is_system_flash); -extern bool flash_load_resource(enum resource_id id, void *buf, size_t *len); +extern bool flash_load_resource(enum resource_id id, uint32_t subid, + void *buf, size_t *len); /* NVRAM support */ extern void nvram_init(void); |