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