aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47m15x/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/lpc47m15x/chip.h')
-rw-r--r--src/superio/smsc/lpc47m15x/chip.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/superio/smsc/lpc47m15x/chip.h b/src/superio/smsc/lpc47m15x/chip.h
new file mode 100644
index 0000000000..5837e1472a
--- /dev/null
+++ b/src/superio/smsc/lpc47m15x/chip.h
@@ -0,0 +1,10 @@
+struct chip_operations;
+extern struct chip_operations superio_smsc_lpc47m15x_ops;
+
+#include <pc80/keyboard.h>
+#include <uart8250.h>
+
+struct superio_smsc_lpc47m15x_config {
+ struct uart8250 com1, com2;
+ struct pc_keyboard keyboard;
+};