Add #include guards to all Super I/O header files (trivial).
[coreboot.git] / src / superio / winbond / w83627ehg / chip.h
index e95365357a453a0374def233dd35de18a16c4d96..21a53de4ab6729bfe8985770341f4d8dc8b9a4d6 100644 (file)
@@ -19,6 +19,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef SUPERIO_WINBOND_W83627EHG_CHIP_H
+#define SUPERIO_WINBOND_W83627EHG_CHIP_H
+
 #include <pc80/keyboard.h>
 #include <uart8250.h>
 
@@ -28,3 +31,5 @@ struct superio_winbond_w83627ehg_config {
        struct uart8250 com1, com2;
        struct pc_keyboard keyboard;
 };
+
+#endif