aboutsummaryrefslogtreecommitdiffstats
path: root/include/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/layout.h')
-rw-r--r--include/layout.h2
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 {