diff options
Diffstat (limited to 'kernel/port.h')
| -rw-r--r-- | kernel/port.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/port.h b/kernel/port.h new file mode 100644 index 0000000..cc71973 --- /dev/null +++ b/kernel/port.h @@ -0,0 +1,5 @@ +#include <stdint.h> + +uint8_t inb(uint16_t port); +void outb(uint16_t port, uint8_t data); + |
