summaryrefslogtreecommitdiff
path: root/flash.h
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2013-06-23 22:15:39 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2013-06-23 22:15:39 +0000
commit4aec1ce53fa7643f812fcef92483480a8a8a0562 (patch)
tree026de7f194bea13e2792bdd28e5edb8242bc93c1 /flash.h
parentfe5df163872932bb527e9d0d407a36a828c91ee8 (diff)
downloadflashrom-4aec1ce53fa7643f812fcef92483480a8a8a0562.tar.gz
Warn if we skipped all blocks while writing.
Quick hack to print a warning if we skip all blocks in a write process because they are already equal to the requested image. We want something like this to make users aware... and some developers who regularly fall for this too *coughcough*. There might be more elegant solutions for this... patches welcome. This does not work for erasing because we do that unconditionally. Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Idwer Vollering <vidwer@gmail.com> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1680 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 1857cc0..7e50ae5 100644
--- a/flash.h
+++ b/flash.h
@@ -27,6 +27,7 @@
#include <inttypes.h>
#include <stdint.h>
#include <stddef.h>
+#include <stdbool.h>
#ifdef _WIN32
#include <windows.h>
#undef min