summaryrefslogtreecommitdiff
path: root/src/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serial.h')
-rw-r--r--src/serial.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/serial.h b/src/serial.h
index 81c1e83..15eca00 100644
--- a/src/serial.h
+++ b/src/serial.h
@@ -1,9 +1,11 @@
#ifndef SERIAL_H
#define SERIAL_H
+#include <stdint.h>
+
#include "port.h"
-typedef struct serial_t {
+typedef struct {
port_t port_3F8;
port_t port_3FD;
} serial_t;