diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/gadget.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index da653b5c7134..9517466ababb 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h | |||
| @@ -950,6 +950,16 @@ static inline void usb_free_descriptors(struct usb_descriptor_header **v) | |||
| 950 | 950 | ||
| 951 | /*-------------------------------------------------------------------------*/ | 951 | /*-------------------------------------------------------------------------*/ |
| 952 | 952 | ||
| 953 | /* utility to simplify map/unmap of usb_requests to/from DMA */ | ||
| 954 | |||
| 955 | extern int usb_gadget_map_request(struct usb_gadget *gadget, | ||
| 956 | struct usb_request *req, int is_in); | ||
| 957 | |||
| 958 | extern void usb_gadget_unmap_request(struct usb_gadget *gadget, | ||
| 959 | struct usb_request *req, int is_in); | ||
| 960 | |||
| 961 | /*-------------------------------------------------------------------------*/ | ||
| 962 | |||
| 953 | /* utility wrapping a simple endpoint selection policy */ | 963 | /* utility wrapping a simple endpoint selection policy */ |
| 954 | 964 | ||
| 955 | extern struct usb_ep *usb_ep_autoconfig(struct usb_gadget *, | 965 | extern struct usb_ep *usb_ep_autoconfig(struct usb_gadget *, |
