diff options
Diffstat (limited to 'include/libflashrom.h')
-rw-r--r-- | include/libflashrom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libflashrom.h b/include/libflashrom.h index 21a5785f..9bbdcc5d 100644 --- a/include/libflashrom.h +++ b/include/libflashrom.h @@ -121,6 +121,7 @@ struct flashrom_flashchip_info { enum flashrom_test_state read; enum flashrom_test_state erase; enum flashrom_test_state write; + enum flashrom_test_state wp; } tested; }; |