Add #include guards to all Super I/O header files (trivial).
[coreboot.git] / src / superio / winbond / w83627hf / chip.h
index e8dfe2ea9954ee7f50205a408025e7d3b86e5e46..20f3d1782f5542a6346132ac0a0981ebdd666d37 100644 (file)
@@ -20,6 +20,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef SUPERIO_WINBOND_W83627HF_CHIP_H
+#define SUPERIO_WINBOND_W83627HF_CHIP_H
+
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
@@ -29,3 +32,5 @@ struct superio_winbond_w83627hf_config {
        struct uart8250 com1, com2;
        struct pc_keyboard keyboard;
 };
+
+#endif