diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/spi/spi_flash_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/spi/spi_flash_internal.h b/src/drivers/spi/spi_flash_internal.h index 3aea9140e4..131c32bec8 100644 --- a/src/drivers/spi/spi_flash_internal.h +++ b/src/drivers/spi/spi_flash_internal.h @@ -7,6 +7,8 @@ #ifndef SPI_FLASH_INTERNAL_H #define SPI_FLASH_INTERNAL_H +#include <types.h> + /* Common commands */ #define CMD_READ_ID 0x9f |