Add #include guards to all Super I/O header files (trivial).
[coreboot.git] / src / superio / fintek / f71859 / chip.h
index d823c45053a17c0fe16c9eca1e64a3e35ea12ec2..a0de2d59825a880504c80bc0a653e0d209f424a2 100755 (executable)
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#ifndef SUPERIO_FINTEK_F71859_CHIP_H
+#define SUPERIO_FINTEK_F71859_CHIP_H
+
 #include <device/device.h>
 #include <uart8250.h>
 
@@ -26,3 +29,5 @@ extern struct chip_operations superio_fintek_f71859_ops;
 struct superio_fintek_f71859_config {
        struct uart8250 com1, com2;
 };
+
+#endif