summaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71859/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f71859/chip.h')
-rwxr-xr-xsrc/superio/fintek/f71859/chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/superio/fintek/f71859/chip.h b/src/superio/fintek/f71859/chip.h
index d823c45053..a0de2d5982 100755
--- a/src/superio/fintek/f71859/chip.h
+++ b/src/superio/fintek/f71859/chip.h
@@ -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