diff options
Diffstat (limited to 'libflashrom.h')
-rw-r--r-- | libflashrom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libflashrom.h b/libflashrom.h index c5d972ef..d3f3dedc 100644 --- a/libflashrom.h +++ b/libflashrom.h @@ -27,7 +27,7 @@ int flashrom_init(int perform_selfcheck); int flashrom_shutdown(void); /** @ingroup flashrom-general */ -enum flashrom_log_level { /* This has to match enum msglevel. */ +enum flashrom_log_level { FLASHROM_MSG_ERROR = 0, FLASHROM_MSG_WARN = 1, FLASHROM_MSG_INFO = 2, |