summaryrefslogtreecommitdiffstats
path: root/src/device/oprom
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-07 10:08:05 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-10-26 16:38:11 +0000
commit04c3b5a01650245e3e1cd8fa947e2d146d9126ed (patch)
treef74b680feaab4fa24488e1160c6132df7c88e0d0 /src/device/oprom
parent45d3205ba565ababcaf1e9e85a63dd7a0b1d72be (diff)
downloadcoreboot-04c3b5a01650245e3e1cd8fa947e2d146d9126ed.tar.gz
coreboot-04c3b5a01650245e3e1cd8fa947e2d146d9126ed.tar.bz2
coreboot-04c3b5a01650245e3e1cd8fa947e2d146d9126ed.zip
src/device: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Idd78271f2158bdc29ce9ac8d81f46ad8cbe84c5e Reviewed-on: https://review.coreboot.org/c/coreboot/+/68205 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/device/oprom')
-rw-r--r--src/device/oprom/realmode/x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/oprom/realmode/x86.h b/src/device/oprom/realmode/x86.h
index 36a28af1006e..b0efe90d3028 100644
--- a/src/device/oprom/realmode/x86.h
+++ b/src/device/oprom/realmode/x86.h
@@ -4,6 +4,7 @@
#define __DEVICE_OPROM_REALMODE_X86_H__
#include <arch/cpu.h>
+#include <stdint.h>
#define REALMODE_BASE ((void *)0x600)