1 2 3 4 5 6 7
#pragma once #include <stdint.h> uint8_t inb(uint16_t port); void outb(uint16_t port, uint8_t data);