diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/layout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/layout.h b/include/layout.h index 6959ef74..70d99cbb 100644 --- a/include/layout.h +++ b/include/layout.h @@ -39,6 +39,8 @@ struct flash_region { char *name; chipoff_t start; chipoff_t end; + bool read_prot; + bool write_prot; }; struct romentry { |