- Bump the LinuxBIOS major version
[coreboot.git] / src / superio / NSC / pc97307 / chip.h
index 4839ae54f11b0438504d245a511b4cca76a5bd5e..369c47a44bd93f74caa767d25b4b2963cabdb7b0 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SUPERIO_NSC_PC97307
+#define _SUPERIO_NSC_PC97307
+
 #ifndef PNP_INDEX_REG
 #define PNP_INDEX_REG   0x15C
 #endif
 #define SIO_COM2_BASE   0x2F8
 #endif
 
+extern struct chip_operations superio_NSC_pc97307_control;
+
+#include <pc80/keyboard.h>
+#include <uart8250.h>
+
 struct superio_NSC_pc97307_config {
-    struct com_ports com1;
-    struct lpt_ports lpt;
-    int port;
+       struct uart8250 com1, com2;
+       struct pc_keyboard keyboard;
 };
+#endif /* _SUPERIO_NSC_PC97307 */