mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Constify (a few) parameters.c where possible
Corresponding to flashrom svn r1354. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
@ -505,7 +505,7 @@ extern int programmer_may_write;
|
||||
extern unsigned long flashbase;
|
||||
void check_chip_supported(const struct flashchip *flash);
|
||||
int check_max_decode(enum chipbustype buses, uint32_t size);
|
||||
char *extract_programmer_param(char *param_name);
|
||||
char *extract_programmer_param(const char *param_name);
|
||||
|
||||
/* layout.c */
|
||||
int show_id(uint8_t *bios, int size, int force);
|
||||
|
Reference in New Issue
Block a user