summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhcivar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/uhcivar.h')
-rw-r--r--sys/dev/usb/uhcivar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h
index 7e9fc804d56d6..6ed1a93d4ab1e 100644
--- a/sys/dev/usb/uhcivar.h
+++ b/sys/dev/usb/uhcivar.h
@@ -201,7 +201,7 @@ typedef struct uhci_softc {
#endif
#if defined(__NetBSD__) || defined(__OpenBSD__)
- device_ptr_t sc_child; /* /dev/usb# device */
+ device_t sc_child; /* /dev/usb# device */
#endif
} uhci_softc_t;
@@ -209,7 +209,7 @@ usbd_status uhci_init(uhci_softc_t *);
int uhci_intr(void *);
int uhci_detach(uhci_softc_t *, int);
#if defined(__NetBSD__) || defined(__OpenBSD__)
-int uhci_activate(device_ptr_t, enum devact);
+int uhci_activate(device_t, enum devact);
#endif
void uhci_shutdown(void *v);