Add #include guards to all Super I/O header files (trivial).
[coreboot.git] / src / superio / ite / it8712f / it8712f.h
index 609f361a66b7cd5888ebc485d9c7aebe946d1cfe..a8b48e9767fa9dda0a24e907971a36a72d8d2c61 100644 (file)
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef SUPERIO_ITE_IT8712F_IT8712F_H
+#define SUPERIO_ITE_IT8712F_IT8712F_H
+
 /* Datasheet: http://www.ite.com.tw/product_info/PC/Brief-IT8712_2.asp */
 
 #define IT8712F_FDC  0x00 /* Floppy */
@@ -38,3 +41,5 @@ void it8712f_enable_serial(device_t dev, u16 iobase);
 void it8712f_24mhz_clkin(void);
 void it8712f_enable_3vsbsw(void);
 #endif
+
+#endif