aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/null_breakpoint.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-07 10:02:38 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-10-26 16:26:31 +0000
commitae1ca82e87209c8952c31e9ab913ee2c0dacfac4 (patch)
tree82d055081c0d0afee946e88ae166e7a7879d997c /src/arch/x86/null_breakpoint.c
parentd1130b7ec0c2e651317015d54b9dc726fb760924 (diff)
arch/x86: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Id2db229dec2ed44333faaa8c53f3a2f9d66d52e0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68200 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/arch/x86/null_breakpoint.c')
-rw-r--r--src/arch/x86/null_breakpoint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/null_breakpoint.c b/src/arch/x86/null_breakpoint.c
index 70b94b6909..43e3727448 100644
--- a/src/arch/x86/null_breakpoint.c
+++ b/src/arch/x86/null_breakpoint.c
@@ -1,9 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+
#include <arch/breakpoint.h>
#include <arch/null_breakpoint.h>
#include <bootstate.h>
#include <console/console.h>
-#include <stdint.h>
+#include <types.h>
static struct breakpoint_handle null_deref_bp;
static struct breakpoint_handle null_fetch_bp;