From c6657aac0c5d5ecf347bc082cb6df38e1174d297 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 18 Mar 2020 16:41:21 +0100 Subject: Replaced asm calls with sweet function --- src/kernel/io/io.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/kernel/io/io.h') diff --git a/src/kernel/io/io.h b/src/kernel/io/io.h index b62e90f..7d09dcb 100644 --- a/src/kernel/io/io.h +++ b/src/kernel/io/io.h @@ -24,6 +24,10 @@ uint16_t inw(uint16_t port); */ uint32_t inl(uint16_t port); +void cli(); +void sti(); +void hlt(); + /** * Send data to the specified hardware port * @param port The hardware port -- cgit v1.2.3