Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/82608?usp=email )
Change subject: mb/amd/birman/display_card_type.h: add missing include ......................................................................
mb/amd/birman/display_card_type.h: add missing include
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I5208ceeec17051e7849263a4caa0838efd59c044 Reviewed-on: https://review.coreboot.org/c/coreboot/+/82608 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Matt DeVillier matt.devillier@amd.corp-partner.google.com Reviewed-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/amd/birman/display_card_type.h 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Elyes Haouas: Looks good to me, approved Matt DeVillier: Looks good to me, approved
diff --git a/src/mainboard/amd/birman/display_card_type.h b/src/mainboard/amd/birman/display_card_type.h index f9881c48..1ffb278 100644 --- a/src/mainboard/amd/birman/display_card_type.h +++ b/src/mainboard/amd/birman/display_card_type.h @@ -3,6 +3,8 @@ #ifndef MAINBOARD_DISPLAY_CARD_TYPE_H #define MAINBOARD_DISPLAY_CARD_TYPE_H
+#include <types.h> + uint8_t get_ddi1_type(void);
#endif /* MAINBOARD_DISPLAY_CARD_TYPE_H */