diff options
Diffstat (limited to 'src/soc/samsung/exynos5420/spi.c')
-rw-r--r-- | src/soc/samsung/exynos5420/spi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/samsung/exynos5420/spi.c b/src/soc/samsung/exynos5420/spi.c index 42ca5fcf9e..0a2f0275ac 100644 --- a/src/soc/samsung/exynos5420/spi.c +++ b/src/soc/samsung/exynos5420/spi.c @@ -6,6 +6,8 @@ #include <soc/cpu.h> #include <soc/spi.h> #include <spi-generic.h> +#include <stddef.h> +#include <stdint.h> #include <string.h> #include <symbols.h> |