diff options
Diffstat (limited to 'sys/dev/pci/pciide_cy693_reg.h')
-rw-r--r-- | sys/dev/pci/pciide_cy693_reg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide_cy693_reg.h b/sys/dev/pci/pciide_cy693_reg.h index 4185de6c3f8..6eeb27df203 100644 --- a/sys/dev/pci/pciide_cy693_reg.h +++ b/sys/dev/pci/pciide_cy693_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide_cy693_reg.h,v 1.5 2003/09/28 21:01:43 grange Exp $ */ +/* $OpenBSD: pciide_cy693_reg.h,v 1.6 2004/09/24 07:38:38 grange Exp $ */ /* $NetBSD: pciide_cy693_reg.h,v 1.4 2000/05/15 08:46:01 bouyer Exp $ */ /* @@ -32,6 +32,9 @@ * */ +#ifndef _DEV_PCI_PCIIDE_CY693_REG_H_ +#define _DEV_PCI_PCIIDE_CY693_REG_H_ + /* * Registers definitions for Contaq/Cypress's CY82693U PCI IDE controller. * Available from http://www.cypress.com/japan/prodgate/chip/cy82c693.html @@ -87,3 +90,5 @@ static int8_t cy_dma_rec[] = {7, 1, 0}; /* Multiword DMA transfer, for CY_DMA_IDX_PRIMARY or CY_DMA_IDX_SECONDARY */ #define CY_DMA_DATA_MODE_MASK 0x03 #define CY_DMA_DATA_SINGLE 0x04 + +#endif /* !_DEV_PCI_PCIIDE_CY693_REG_H_ */ |