Random ITE Super I/O fixes.
[coreboot.git] / src / superio / ite / it8712f / it8712f.h
index d4231972aae84431420d5744a580d165879c2cb9..609f361a66b7cd5888ebc485d9c7aebe946d1cfe 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 /* Datasheet: http://www.ite.com.tw/product_info/PC/Brief-IT8712_2.asp */
-/* Status: Com1 is tested and works. */
 
 #define IT8712F_FDC  0x00 /* Floppy */
 #define IT8712F_SP1  0x01 /* Com1 */
@@ -33,3 +32,9 @@
 #define IT8712F_GAME 0x09 /* GAME port */
 #define IT8712F_IR   0x0a /* Consumer IR */
 
+#ifndef __ROMCC__
+void it8712f_kill_watchdog(void);
+void it8712f_enable_serial(device_t dev, u16 iobase);
+void it8712f_24mhz_clkin(void);
+void it8712f_enable_3vsbsw(void);
+#endif