diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2013-04-23 10:42:15 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2013-04-23 10:42:15 +0000 |
| commit | 751aaf5a932650ed031496a5cc6b1d651da4aa19 (patch) | |
| tree | 0791766ac0417e866aa7a53a7d0416a0dba22de4 /sys/dev/usb/usb_process.h | |
| parent | 0cc59c05a3c17c83af02b014869f5ae32fbd40b8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_process.h')
| -rw-r--r-- | sys/dev/usb/usb_process.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_process.h b/sys/dev/usb/usb_process.h index 923f64541f4e..97262c41d1e7 100644 --- a/sys/dev/usb/usb_process.h +++ b/sys/dev/usb/usb_process.h @@ -44,6 +44,7 @@ /* structure prototypes */ struct usb_proc_msg; +struct usb_device; /* * The following structure defines the USB process. @@ -81,4 +82,9 @@ void usb_proc_free(struct usb_process *up); void *usb_proc_msignal(struct usb_process *up, void *pm0, void *pm1); void usb_proc_rewakeup(struct usb_process *up); +void usb_proc_explore_mwait(struct usb_device *, void *, void *); +void *usb_proc_explore_msignal(struct usb_device *, void *, void *); +void usb_proc_explore_lock(struct usb_device *); +void usb_proc_explore_unlock(struct usb_device *); + #endif /* _USB_PROCESS_H_ */ |
