aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2024-05-22 17:52:09 +0200
committerFelix Held <felix-coreboot@felixheld.de>2024-05-23 16:33:32 +0000
commitfe8323b7b6554c0eb48c2f8d737d8c21c940a7e2 (patch)
tree87da7de616efaed9f9cb95a7c3917f87bab54b6a /src/mainboard/amd
parent452055565605e171f20749c127db0fa756b0e79a (diff)
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>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/birman/display_card_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/amd/birman/display_card_type.h b/src/mainboard/amd/birman/display_card_type.h
index f9881c4824..1ffb278dab 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 */