diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-07 10:08:53 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-26 16:38:45 +0000 |
commit | 69451f17a1138af9a982180d54249026a8edb92e (patch) | |
tree | ad6f3fe8b6df1adf0fd8e1d825684abd017f0941 /src/drivers/uart/uart8250io.c | |
parent | 04c3b5a01650245e3e1cd8fa947e2d146d9126ed (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/uart8250io.c')
-rw-r--r-- | src/drivers/uart/uart8250io.c | 3 |
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 */ |