aboutsummaryrefslogtreecommitdiffstats
path: root/include/programmer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/programmer.h')
-rw-r--r--include/programmer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/programmer.h b/include/programmer.h
index 2a4b1181..5331a12b 100644
--- a/include/programmer.h
+++ b/include/programmer.h
@@ -231,7 +231,7 @@ void board_handle_before_laptop(void);
int board_flash_enable(const char *vendor, const char *model, const char *cb_vendor, const char *cb_model);
/* chipset_enable.c */
-int chipset_flash_enable(void);
+int chipset_flash_enable(const struct programmer_cfg *cfg);
/* processor_enable.c */
int processor_flash_enable(void);