diff --git a/include/layout.h b/include/layout.h index 6959ef743..70d99cbbe 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 {