Add #include guards to all Super I/O header files (trivial).
[coreboot.git] / src / superio / winbond / w83627uhg / chip.h
index fa1a653516706d3ebd2f83495a26885cf9448b5a..74a41f8feba328dde5079374ae2245ebfc0d369c 100644 (file)
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 $
  */
 
+#ifndef SUPERIO_WINBOND_W83627UHG_CHIP_H
+#define SUPERIO_WINBOND_W83627UHG_CHIP_H
+
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
@@ -27,3 +30,5 @@ struct superio_winbond_w83627uhg_config {
        struct uart8250 com1, com2, com3, com4, com5, com6;
        struct pc_keyboard keyboard;
 };
+
+#endif