From b4cbab6774acf47bb6173911a865dfb4d4ce869c Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Thu, 9 Aug 2012 16:07:48 +0200 Subject: main: Implement more options --- src/image.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/image.h') 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 -- cgit v1.2.3