diff options
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 282a44d8c7..3d86836a5a 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -480,6 +480,7 @@ extern int verbose; #define printf_debug(x...) { if (verbose) printf(x); } /* flashrom.c */ +void mmap_errmsg(); int map_flash_registers(struct flashchip *flash); /* layout.c */ |