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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/dev/usb/usb_process.h b/sys/dev/usb/usb_process.h
index d3cdd33..c717dc1 100644
--- a/sys/dev/usb/usb_process.h
+++ b/sys/dev/usb/usb_process.h
@@ -41,19 +41,6 @@
struct usb_proc_msg;
-/* typedefs */
-
-typedef void (usb_proc_callback_t)(struct usb_proc_msg *hdr);
-
-/*
- * The following structure defines the USB process message header.
- */
-struct usb_proc_msg {
- TAILQ_ENTRY(usb_proc_msg) pm_qentry;
- usb_proc_callback_t *pm_callback;
- usb_size_t pm_num;
-};
-
/*
* The following structure defines the USB process.
*/
OpenPOWER on IntegriCloud