diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-08-19 08:18:40 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-08-19 08:18:40 +0000 |
commit | d2fb3e6b4d34b003fb7e2146e053140c3217b39a (patch) | |
tree | 1e7bc152528eb7d8d7785f44f69a71913ca62d79 /sys/dev/usb/ohcivar.h | |
parent | 8faaaa88c31e033130b9fb704cae7379c0fe21ca (diff) |
Sync with NetBSD.
Diffstat (limited to 'sys/dev/usb/ohcivar.h')
-rw-r--r-- | sys/dev/usb/ohcivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index 76a2dfea5d4..601619a4199 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ohcivar.h,v 1.2 1999/08/16 22:08:48 fgsch Exp $ */ +/* $OpenBSD: ohcivar.h,v 1.3 1999/08/19 08:18:38 fgsch Exp $ */ /* $NetBSD: ohcivar.h,v 1.6 1999/08/14 14:49:31 augustss Exp $ */ /* @@ -73,7 +73,7 @@ typedef struct ohci_softc { bus_dma_tag_t sc_dmatag; /* DMA tag */ /* XXX should keep track of all DMA memory */ -#endif /* __NetBSD__ */ +#endif /* __NetBSD__ || defined(__OpenBSD__) */ usb_dma_t sc_hccadma; struct ohci_hcca *sc_hcca; |