summaryrefslogtreecommitdiffstats
path: root/src/image.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-09-22 19:38:13 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-09-22 19:38:13 +0200
commit55c158fc3441e1956bc69ea3e18a3800bf668771 (patch)
tree4ad1b46548e8efc73b3f76e7f4920aa27a41493f /src/image.h
parente41cf5236ac5d858a2b7bceaefcc31a8d481dd39 (diff)
download0xFFFF-55c158fc3441e1956bc69ea3e18a3800bf668771.tar.bz2
image: Use device_list
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h
index 8b4b265..f601273 100644
--- a/src/image.h
+++ b/src/image.h
@@ -42,8 +42,7 @@ enum image_type {
struct image {
enum image_type type;
- enum device device;
- char * hwrevs;
+ struct device_list * devices;
char * version;
char * layout;
uint16_t hash;