aboutsummaryrefslogtreecommitdiff
path: root/src/superio/NSC/pc97307/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/NSC/pc97307/chip.h')
-rw-r--r--src/superio/NSC/pc97307/chip.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/superio/NSC/pc97307/chip.h b/src/superio/NSC/pc97307/chip.h
index fd78e8e89f..369c47a44b 100644
--- a/src/superio/NSC/pc97307/chip.h
+++ b/src/superio/NSC/pc97307/chip.h
@@ -14,9 +14,13 @@
#define SIO_COM2_BASE 0x2F8
#endif
-extern struct chip_control superio_NSC_pc97307_control;
+extern struct chip_operations superio_NSC_pc97307_control;
+
+#include <pc80/keyboard.h>
+#include <uart8250.h>
struct superio_NSC_pc97307_config {
- int port;
+ struct uart8250 com1, com2;
+ struct pc_keyboard keyboard;
};
#endif /* _SUPERIO_NSC_PC97307 */