aboutsummaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 01ff5cd6..8eb8a7bf 100644
--- a/flash.h
+++ b/flash.h
@@ -232,6 +232,9 @@ struct flashchip {
uint16_t max;
} voltage;
enum write_granularity gran;
+
+ /* SPI specific options (TODO: Make it a union in case other bustypes get specific options.) */
+ uint8_t wrea_override; /**< override opcode for write extended address register */
};
struct flashrom_flashctx {