From 1a89112c254590ee14f6999022bc443fa77db141 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sat, 22 Sep 2012 19:49:04 +0200 Subject: image: Implement image_hwrev_is_valid --- src/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/image.h') 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 -- cgit v1.2.3