Modestus Moon OS
R4
CS 450 project
|
Go to the source code of this file.
Macros | |
#define | outb(port, data) asm volatile ("outb %%al,%%dx" : : "a" (data), "d" (port)) |
#define | inb(port) |
#define inb | ( | port | ) |
Definition at line 15 of file io.h.
Referenced by do_isr(), get_date(), get_time(), init_serial(), and serial_poll().
Definition at line 8 of file io.h.
Referenced by do_isr(), get_date(), get_time(), init_pic(), init_serial(), serial_print(), serial_println(), set_date(), and set_time().