aboutsummaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-02-18 21:39:33 -0500
committerIan Moffett <ian@osmora.org>2024-02-18 21:39:33 -0500
commitb9ac16de634e04b92d5a050381a363ed1d4aeb52 (patch)
treea922b5ebccc2b0496fff46f9a9ed95db8534dfd1 /sys/include
parent337df873ef9e9349e2c60feeac453823335aa9d8 (diff)
kernel/amd64: trap: Remove useless function
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/arch/amd64/trap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/arch/amd64/trap.h b/sys/include/arch/amd64/trap.h
index dc3baba..1019999 100644
--- a/sys/include/arch/amd64/trap.h
+++ b/sys/include/arch/amd64/trap.h
@@ -65,7 +65,6 @@ void segnp(void *sf);
void general_prot(void *sf);
void page_fault(void *sf);
void nmi(void *sf);
-void register_ftrap_handler(ftrap_handler_t handler);
void trap_handler(struct trapframe *tf);
#else
.macro handle_trap