Move assembly code for x86 64 IO to io.S
This commit is contained in:
7
kernel/hal/x86_64/io.h
Normal file
7
kernel/hal/x86_64/io.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef HAL_IO_H_
|
||||
#define HAL_IO_H_
|
||||
|
||||
extern uint8_t io_inb(uint16_t port);
|
||||
extern void io_outb(uint16_t port, uint8_t value);
|
||||
|
||||
#endif // HAL_IO_H_
|
Reference in New Issue
Block a user