summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/spi_flash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/spi_flash.h b/src/include/spi_flash.h
index d5471a4406..e0d5b2b36d 100644
--- a/src/include/spi_flash.h
+++ b/src/include/spi_flash.h
@@ -12,6 +12,10 @@
#define SPI_OPCODE_WREN 0x06
#define SPI_OPCODE_FAST_READ 0x0b
+/* SPI RPMC field lengths in bytes */
+#define SPI_RPMC_TAG_LEN 12
+#define SPI_RPMC_SIG_LEN 32
+
struct spi_flash;
/*