4 lines
94 B
C
4 lines
94 B
C
#pragma once
|
|
|
|
inline uint8_t inb(uint16_t port);
|
|
inline void outb(uint16_t port, uint8_t val); |