diff options
Diffstat (limited to 'os/boot/puma/io.h')
| -rw-r--r-- | os/boot/puma/io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/boot/puma/io.h b/os/boot/puma/io.h new file mode 100644 index 00000000..f4e66700 --- /dev/null +++ b/os/boot/puma/io.h @@ -0,0 +1,3 @@ +#define inb(port) sio_inb(port) +#define outb(port, data) sio_outb(port, data) + |
