summaryrefslogtreecommitdiffstats
path: root/src/image.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-09 16:07:48 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-09 16:07:48 +0200
commitb4cbab6774acf47bb6173911a865dfb4d4ce869c (patch)
tree57c7621bdaa8da6d2eb94144c9b4538e508a3a33 /src/image.h
parent366680af1b1476ac26dcbbe888d89f7012fd0c01 (diff)
download0xFFFF-b4cbab6774acf47bb6173911a865dfb4d4ce869c.tar.bz2
main: Implement more options
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h
index 5ac8286..966e818 100644
--- a/src/image.h
+++ b/src/image.h
@@ -82,4 +82,8 @@ enum image_type image_type_from_string(const char * type);
const char * image_type_to_string(enum image_type type);
int image_hwrev_is_valid(struct image * image, const char * hwrev);
+extern int simulate;
+extern int noverify;
+extern int verbose;
+
#endif