mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
programmer_init: use struct programmer_entry*
Change-Id: Iacf0f25abc94a84c5d52c8d69a3e8640817b060a Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/55121 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:

committed by
Nico Huber

parent
4bb086423c
commit
5d25f04fd5
@ -178,7 +178,7 @@ struct programmer_entry {
|
||||
extern const struct programmer_entry *const programmer_table[];
|
||||
extern const size_t programmer_table_size;
|
||||
|
||||
int programmer_init(enum programmer prog, const char *param);
|
||||
int programmer_init(const struct programmer_entry *prog, const char *param);
|
||||
int programmer_shutdown(void);
|
||||
|
||||
struct bitbang_spi_master {
|
||||
|
Reference in New Issue
Block a user