diff options
Diffstat (limited to 'src/kernel/io/io.h')
-rw-r--r-- | src/kernel/io/io.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |