f_apple_common.h 296 B

12345678910111213141516
  1. #ifndef _F_APPLE_COMMON_H
  2. #define _F_APPLE_COMMON_H
  3. #define APPLE_BULK_BUFFER_SIZE 16384
  4. #define APPLE_TX_REQ_MAX 4
  5. #define EP_ASSIGN_AT_CONN 1
  6. struct usb_ep *usb_ep_autoconfig_ex(
  7. struct usb_gadget *gadget,
  8. struct usb_endpoint_descriptor *desc,
  9. uint8_t pre_ep_num
  10. );
  11. #endif