summaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71863fg/f71863fg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f71863fg/f71863fg.h')
-rw-r--r--src/superio/fintek/f71863fg/f71863fg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/superio/fintek/f71863fg/f71863fg.h b/src/superio/fintek/f71863fg/f71863fg.h
index 487f76854d..a36f71ccdd 100644
--- a/src/superio/fintek/f71863fg/f71863fg.h
+++ b/src/superio/fintek/f71863fg/f71863fg.h
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef SUPERIO_FINTEK_F71863FG_F71863FG_H
+#define SUPERIO_FINTEK_F71863FG_F71863FG_H
+
/* Logical Device Numbers (LDN). */
#define F71863FG_FDC 0x00 /* Floppy */
#define F71863FG_SP1 0x01 /* UART1 */
@@ -29,3 +32,5 @@
#define F71863FG_VID 0x07 /* VID */
#define F71863FG_SPI 0x08 /* SPI */
#define F71863FG_PME 0x0a /* Power Management Events (PME) and ACPI */
+
+#endif