diff options
Diffstat (limited to 'driver/serial.c')
| -rw-r--r-- | driver/serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/serial.c b/driver/serial.c index 4e43251..0088868 100644 --- a/driver/serial.c +++ b/driver/serial.c @@ -1,6 +1,7 @@ #include "serial.h" #include "asm_x86.h" // provides x86_inb() and x86_outb() + /** COM1 Port */ static const PORT=0x3f8; |
