diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-01-20 22:24:35 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-01-20 22:24:35 +0000 |
| commit | 341777d00446177cb435e376626271e39e3590ab (patch) | |
| tree | 56105b2e921617b31c9f6ff6b90168c0769d655e /sys/dev/usb/uhcivar.h | |
| parent | fc096eaad4d2e8b159b7247b4b11dca87549a6e5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhcivar.h')
| -rw-r--r-- | sys/dev/usb/uhcivar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h index 82e4c1ea2346..381df9b39726 100644 --- a/sys/dev/usb/uhcivar.h +++ b/sys/dev/usb/uhcivar.h @@ -177,3 +177,6 @@ int uhci_detach __P((uhci_softc_t *, int)); int uhci_activate __P((device_ptr_t, enum devact)); #endif +void uhci_shutdown __P((void *v)); +void uhci_power __P((int state, void *priv)); + |
