summaryrefslogtreecommitdiff
path: root/src/superio/NSC/pc8374/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/NSC/pc8374/chip.h')
-rw-r--r--src/superio/NSC/pc8374/chip.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/superio/NSC/pc8374/chip.h b/src/superio/NSC/pc8374/chip.h
deleted file mode 100644
index 7bfa0db101..0000000000
--- a/src/superio/NSC/pc8374/chip.h
+++ /dev/null
@@ -1,10 +0,0 @@
-struct chip_operations;
-extern struct chip_operations superio_nsc_pc8374_ops;
-
-#include <pc80/keyboard.h>
-#include <uart8250.h>
-
-struct superio_nsc_pc8374_config {
- struct uart8250 com1, com2;
- struct pc_keyboard keyboard;
-};