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:
Felix Held 2024-10-16 20:12:31 +02:00 committed by Elyes Haouas
commit a820b441e4

View file

@ -7,6 +7,8 @@
#ifndef SPI_FLASH_INTERNAL_H
#define SPI_FLASH_INTERNAL_H
#include <types.h>
/* Common commands */
#define CMD_READ_ID 0x9f