diff options
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index f15ab21d7c..5b800ce5ec 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -33,6 +33,7 @@ #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) struct flashchip { + const char *vendor; const char *name; /* With 32bit manufacture_id and model_id we can cover IDs up to * (including) the 4th bank of JEDEC JEP106W Standard Manufacturer's |