port_io.h 174 B

12345678
  1. #pragma once
  2. #include <types/types.h>
  3. #define PORT_KEYDATA 0x0060u
  4. extern void asm_outb(uint16_t port_number, uint8_t data);
  5. extern uint8_t asm_inb(uint16_t port_number);