drivers/spi/spi_flash_internal: add missing types.h include
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I7c5477bbc248a21e21f3a640bdb81304a1bce38c Reviewed-on: https://review.coreboot.org/c/coreboot/+/84788 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
parent
5e0cd7478f
commit
a820b441e4
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
#ifndef SPI_FLASH_INTERNAL_H
|
||||
#define SPI_FLASH_INTERNAL_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
/* Common commands */
|
||||
#define CMD_READ_ID 0x9f
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue