summaryrefslogtreecommitdiffstats
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h
index f601273..648a090 100644
--- a/src/image.h
+++ b/src/image.h
@@ -78,6 +78,6 @@ enum image_type image_type_from_data(struct image * image);
char * image_name_alloc_from_values(struct image * image);
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);
+int image_hwrev_is_valid(struct image * image, int16_t hwrev);
#endif