From 9b32de94f5104cb7fa12816b7fa561b804df6ed8 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Fri, 8 Aug 2014 23:52:33 +0000 Subject: Refactor some CLI-relevant parts Begin to move functions that clearly belong to the (command line) user interface out of flashrom's core files like flashrom.c. - Refine messages within check_chip_supported(), rename it to print_chip_support_status() and move it to newly created cli_common.c. - Move flashbuses_to_text() to cli_common.c as well. - Move global verbosity variables to cli_output.c. Corresponding to flashrom svn r1841. Signed-off-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger --- programmer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'programmer.h') diff --git a/programmer.h b/programmer.h index 3ad553aba..62acfeb5a 100644 --- a/programmer.h +++ b/programmer.h @@ -513,7 +513,6 @@ struct decode_sizes { extern struct decode_sizes max_rom_decode; extern int programmer_may_write; extern unsigned long flashbase; -void check_chip_supported(const struct flashchip *chip); int check_max_decode(enum chipbustype buses, uint32_t size); char *extract_programmer_param(const char *param_name); -- cgit v1.2.3