summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2024-05-22 17:51:59 +0200
committerFelix Held <felix-coreboot@felixheld.de>2024-05-23 16:33:20 +0000
commit452055565605e171f20749c127db0fa756b0e79a (patch)
treee107ada881f920eed3f0521bcd281a106a2ff6da /src/mainboard
parent53523dc2a4044d4e7a695524823290a98adbec43 (diff)
mb/amd/birman/display_card_type.h: add missing include guards
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Iaf4478814e672fb8cfae5ffc4fa89c475f5bb0b2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/82607 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/birman/display_card_type.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/amd/birman/display_card_type.h b/src/mainboard/amd/birman/display_card_type.h
index bb23fd40df..f9881c4824 100644
--- a/src/mainboard/amd/birman/display_card_type.h
+++ b/src/mainboard/amd/birman/display_card_type.h
@@ -1,3 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#ifndef MAINBOARD_DISPLAY_CARD_TYPE_H
+#define MAINBOARD_DISPLAY_CARD_TYPE_H
+
uint8_t get_ddi1_type(void);
+
+#endif /* MAINBOARD_DISPLAY_CARD_TYPE_H */