diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2014-03-20 13:53:24 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2014-03-20 13:53:24 +0000 |
| commit | d008478e28f4465b491fc0e2aeeafe820661718b (patch) | |
| tree | 60ca4834bc4620c26e3a903be513b098e3082fdb /sys/dev/usb/usb_process.h | |
| parent | f0e23c5ea0e50a0cca4c8e993d62c2db5e7d9d47 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_process.h')
| -rw-r--r-- | sys/dev/usb/usb_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_process.h b/sys/dev/usb/usb_process.h index 97262c41d1e7..c12cdc455311 100644 --- a/sys/dev/usb/usb_process.h +++ b/sys/dev/usb/usb_process.h @@ -81,6 +81,7 @@ void usb_proc_mwait(struct usb_process *up, void *pm0, void *pm1); 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); +int usb_proc_is_called_from(struct usb_process *up); void usb_proc_explore_mwait(struct usb_device *, void *, void *); void *usb_proc_explore_msignal(struct usb_device *, void *, void *); |
