diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2008-12-11 23:13:02 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2008-12-11 23:13:02 +0000 |
| commit | a05d77141cab88bd9703e26382bf07340dd3a3d6 (patch) | |
| tree | a70eb27b0f4b1a03b9690b42bd1058449e25499e /sys/dev/usb2/core/usb2_dynamic.h | |
| parent | a2b96afe4682b84d01fc5a909911edb9d92e8ed2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb2/core/usb2_dynamic.h')
| -rw-r--r-- | sys/dev/usb2/core/usb2_dynamic.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sys/dev/usb2/core/usb2_dynamic.h b/sys/dev/usb2/core/usb2_dynamic.h index ca59f96e2d00..74969297ece0 100644 --- a/sys/dev/usb2/core/usb2_dynamic.h +++ b/sys/dev/usb2/core/usb2_dynamic.h @@ -35,11 +35,16 @@ struct usb2_device_request; /* typedefs */ -typedef usb2_error_t (usb2_temp_setup_by_index_t)(struct usb2_device *udev, uint16_t index); -typedef uint8_t (usb2_test_quirk_t)(const struct usb2_lookup_info *info, uint16_t quirk); -typedef int (usb2_quirk_ioctl_t)(unsigned long cmd, caddr_t data, int fflag, struct thread *td); -typedef void (usb2_temp_get_desc_t)(struct usb2_device *udev, struct usb2_device_request *req, const void **pPtr, uint16_t *pLength); -typedef void (usb2_temp_unsetup_t)(struct usb2_device *udev); +typedef usb2_error_t (usb2_temp_setup_by_index_t)(struct usb2_device *udev, + uint16_t index); +typedef uint8_t (usb2_test_quirk_t)(const struct usb2_lookup_info *info, + uint16_t quirk); +typedef int (usb2_quirk_ioctl_t)(unsigned long cmd, caddr_t data, + int fflag, struct thread *td); +typedef void (usb2_temp_get_desc_t)(struct usb2_device *udev, + struct usb2_device_request *req, const void **pPtr, + uint16_t *pLength); +typedef void (usb2_temp_unsetup_t)(struct usb2_device *udev); /* global function pointers */ |
