diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-24 07:38:39 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-09-24 07:38:39 +0000 |
commit | 864b2c5cf2e4f64ba4de9388ba16a6243fc3c720 (patch) | |
tree | 0d7037caa286ab39dc2e0ea984f679efbed73d62 /sys/dev/pci/pciide_opti_reg.h | |
parent | bc6e3bf578ff8bd49cf29fd46cdf30d5eeba6c2d (diff) |
Multiple inclusion protection.
Diffstat (limited to 'sys/dev/pci/pciide_opti_reg.h')
-rw-r--r-- | sys/dev/pci/pciide_opti_reg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide_opti_reg.h b/sys/dev/pci/pciide_opti_reg.h index 27f39cf424d..c1eabe8130c 100644 --- a/sys/dev/pci/pciide_opti_reg.h +++ b/sys/dev/pci/pciide_opti_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide_opti_reg.h,v 1.2 2004/01/31 19:43:43 grange Exp $ */ +/* $OpenBSD: pciide_opti_reg.h,v 1.3 2004/09/24 07:38:38 grange Exp $ */ /* $NetBSD: pciide_opti_reg.h,v 1.2 2000/06/07 20:42:53 scw Exp $ */ /*- @@ -37,6 +37,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#ifndef _DEV_PCI_PCIIDE_OPTI_REG_H_ +#define _DEV_PCI_PCIIDE_OPTI_REG_H_ + /* * Register definitions for OPTi PCIIDE controllers based on * their 82c621 chip. @@ -126,3 +129,5 @@ const static u_int8_t opti_tim_as[2][8] = { /* Address Setup */ const static u_int8_t opti_tim_em[8] = { /* Enhanced Mode */ 0, 0, 0, 1, 2, 0, 1 ,2 }; + +#endif /* !_DEV_PCI_PCIIDE_OPTI_REG_H_ */ |