aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-07 10:08:53 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-10-26 16:38:45 +0000
commit69451f17a1138af9a982180d54249026a8edb92e (patch)
treead6f3fe8b6df1adf0fd8e1d825684abd017f0941 /src/drivers/uart
parent04c3b5a01650245e3e1cd8fa947e2d146d9126ed (diff)
src/drivers: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ia40678019b2a54deb246dbfbf33ec37a8c3839e4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68206 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/drivers/uart')
-rw-r--r--src/drivers/uart/uart8250io.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/uart/uart8250io.c b/src/drivers/uart/uart8250io.c
index 79df37ce93..7ca24529bc 100644
--- a/src/drivers/uart/uart8250io.c
+++ b/src/drivers/uart/uart8250io.c
@@ -2,7 +2,10 @@
#include <arch/io.h>
#include <boot/coreboot_tables.h>
+#include <commonlib/bsd/helpers.h>
#include <console/uart.h>
+#include <stdint.h>
+
#include "uart8250reg.h"
/* Should support 8250, 16450, 16550, 16550A type UARTs */