summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide_acer_reg.h
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2004-09-24 07:38:39 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2004-09-24 07:38:39 +0000
commit864b2c5cf2e4f64ba4de9388ba16a6243fc3c720 (patch)
tree0d7037caa286ab39dc2e0ea984f679efbed73d62 /sys/dev/pci/pciide_acer_reg.h
parentbc6e3bf578ff8bd49cf29fd46cdf30d5eeba6c2d (diff)
Multiple inclusion protection.
Diffstat (limited to 'sys/dev/pci/pciide_acer_reg.h')
-rw-r--r--sys/dev/pci/pciide_acer_reg.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide_acer_reg.h b/sys/dev/pci/pciide_acer_reg.h
index 3793ad82931..749d93fc7a9 100644
--- a/sys/dev/pci/pciide_acer_reg.h
+++ b/sys/dev/pci/pciide_acer_reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide_acer_reg.h,v 1.6 2003/09/28 21:01:43 grange Exp $ */
+/* $OpenBSD: pciide_acer_reg.h,v 1.7 2004/09/24 07:38:38 grange Exp $ */
/* $NetBSD: pciide_acer_reg.h,v 1.4 2001/07/26 20:02:22 bouyer Exp $ */
/*
@@ -32,6 +32,9 @@
*
*/
+#ifndef _DEV_PCI_PCIIDE_ACER_REG_H_
+#define _DEV_PCI_PCIIDE_ACER_REG_H_
+
/* class code attribute register 1 (1 byte) */
#define ACER_CCAR1 0x43
#define ACER_CHANSTATUS_RO 0x40
@@ -104,3 +107,5 @@ static int8_t acer_pio[] = {0x0c, 0x58, 0x44, 0x33, 0x31};
#ifdef unused
static int8_t acer_dma[] = {0x08, 0x33, 0x31};
#endif
+
+#endif /* !_DEV_PCI_PCIIDE_ACER_REG_H_ */