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/pc80/pc/i8259.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/pc80/pc/i8259.c')
-rw-r--r-- | src/drivers/pc80/pc/i8259.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/pc80/pc/i8259.c b/src/drivers/pc80/pc/i8259.c index c6aaef34af..450f1749b8 100644 --- a/src/drivers/pc80/pc/i8259.c +++ b/src/drivers/pc80/pc/i8259.c @@ -3,6 +3,7 @@ #include <arch/io.h> #include <pc80/i8259.h> #include <console/console.h> +#include <stdint.h> /* Read the current PIC IRQ mask */ u16 pic_read_irq_mask(void) |