summaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/include
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-07-22 11:43:47 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-07-28 19:29:01 +0000
commit553a22e316e00d81e0a70afe3272c7b33a0bc571 (patch)
treea2343b7a8e8ce96e0e24db27c7667ac7eebfecf6 /src/soc/amd/picasso/include
parent56e889cedb824cae3590806be48e687dad3d9ac5 (diff)
downloadcoreboot-553a22e316e00d81e0a70afe3272c7b33a0bc571.tar.xz
src/soc/amd: Add include <types.h>
BIT(x) needs <types.h>. Change-Id: Icaeda969cae52d9c62d976db4ead0e734efa838c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43706 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/picasso/include')
-rw-r--r--src/soc/amd/picasso/include/soc/i2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/include/soc/i2c.h b/src/soc/amd/picasso/include/soc/i2c.h
index 20084f0eba..c1dd6ef6ff 100644
--- a/src/soc/amd/picasso/include/soc/i2c.h
+++ b/src/soc/amd/picasso/include/soc/i2c.h
@@ -3,6 +3,7 @@
#ifndef __PICASSO_I2C_H__
#define __PICASSO_I2C_H__
+#include <types.h>
#include <soc/gpio.h>
struct soc_amd_i2c_save {