Add #include guards to all Super I/O header files (trivial).
[coreboot.git] / src / superio / renesas / m3885x / chip.h
index b333d1744b0e57a18027fe109467086fbef433dc..da2336d5dfb065e3f75d247f6c8ef50cb0a0c8b2 100644 (file)
@@ -17,6 +17,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef SUPERIO_RENESAS_M3885X_CHIP_H
+#define SUPERIO_RENESAS_M3885X_CHIP_H
+
 #include <device/device.h>
 #include <pc80/keyboard.h>
 
@@ -26,3 +29,4 @@ struct superio_renesas_m3885x_config {
        struct pc_keyboard keyboard;
 };
 
+#endif