#include "src/common/shared.hpp"
#include "src/common/io.hpp"
Idź do kodu źródłowego tego pliku.
Przestrzenie nazw | |
namespace | IOPorts |
Funkcje | |
void | IOPorts::outb (uint16 port, uint8 ch) |
uint8 | IOPorts::inb (uint16 port) |
uint16 | IOPorts::inw (uint16 port) |
void | IOPorts::outw (uint16 port, uint16 ch) |
uint32 | IOPorts::inl (uint16 port) |
void | IOPorts::outl (uint16 port, uint32 ch) |
Definicja w pliku io.cpp.