aboutsummaryrefslogtreecommitdiff
path: root/src/superio/NSC/pc87360/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/NSC/pc87360/chip.h')
-rw-r--r--src/superio/NSC/pc87360/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/superio/NSC/pc87360/chip.h b/src/superio/NSC/pc87360/chip.h
new file mode 100644
index 0000000000..39c58cf7bc
--- /dev/null
+++ b/src/superio/NSC/pc87360/chip.h
@@ -0,0 +1,5 @@
+
+struct superio_NSC_pc87360_config {
+ typedef struct com_ports com1;
+ typedef struct lpt_ports lpt;
+};