old-DasOS/prototypes/include/io.hpp
2016-06-26 18:48:36 +02:00

7 lines
No EOL
108 B
C++

#pragma once
#include "asm.hpp"
// Import functions into global namespace
using ASM::inb;
using ASM::outb;