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_apollo_reg.h | |
parent | bc6e3bf578ff8bd49cf29fd46cdf30d5eeba6c2d (diff) |
Multiple inclusion protection.
Diffstat (limited to 'sys/dev/pci/pciide_apollo_reg.h')
-rw-r--r-- | sys/dev/pci/pciide_apollo_reg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide_apollo_reg.h b/sys/dev/pci/pciide_apollo_reg.h index 3784bcb5d3a..d8691e834fa 100644 --- a/sys/dev/pci/pciide_apollo_reg.h +++ b/sys/dev/pci/pciide_apollo_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide_apollo_reg.h,v 1.8 2003/09/28 21:01:43 grange Exp $ */ +/* $OpenBSD: pciide_apollo_reg.h,v 1.9 2004/09/24 07:38:38 grange Exp $ */ /* $NetBSD: pciide_apollo_reg.h,v 1.8 2001/01/05 18:04:43 bouyer Exp $ */ /* @@ -32,6 +32,9 @@ * */ +#ifndef _DEV_PCI_PCIIDE_APOLLO_REG_H_ +#define _DEV_PCI_PCIIDE_APOLLO_REG_H_ + /* * Registers definitions for VIA technologies's Apollo controllers (VT82V580VO, * VT82C586A and VT82C586B). @@ -103,3 +106,5 @@ static int8_t apollo_udma66_tim[] = {0x03, 0x03, 0x02, 0x01, 0x00}; static int8_t apollo_udma33_tim[] = {0x03, 0x02, 0x00}; static int8_t apollo_pio_set[] = {0x0a, 0x0a, 0x0a, 0x02, 0x02}; static int8_t apollo_pio_rec[] = {0x08, 0x08, 0x08, 0x02, 0x00}; + +#endif /* !_DEV_PCI_PCIIDE_APOLLO_REG_H_ */ |