summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usb_process.h')
-rw-r--r--sys/dev/usb/usb_process.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/usb/usb_process.h b/sys/dev/usb/usb_process.h
index b248e9e..86f1536 100644
--- a/sys/dev/usb/usb_process.h
+++ b/sys/dev/usb/usb_process.h
@@ -77,12 +77,12 @@ struct usb_process {
/* prototypes */
-uint8_t usb2_proc_is_gone(struct usb_process *up);
-int usb2_proc_create(struct usb_process *up, struct mtx *p_mtx,
+uint8_t usb_proc_is_gone(struct usb_process *up);
+int usb_proc_create(struct usb_process *up, struct mtx *p_mtx,
const char *pmesg, uint8_t prio);
-void usb2_proc_drain(struct usb_process *up);
-void usb2_proc_mwait(struct usb_process *up, void *pm0, void *pm1);
-void usb2_proc_free(struct usb_process *up);
-void *usb2_proc_msignal(struct usb_process *up, void *pm0, void *pm1);
+void usb_proc_drain(struct usb_process *up);
+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);
#endif /* _USB2_PROCESS_H_ */
OpenPOWER on IntegriCloud