Subversion Repositories freemyipod

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
693 user890104 1
int usb_init(void);
2
int usb_find(unsigned char *reattach);
3
int usb_open(libusb_device *dev, unsigned char *reattach);
4
int usb_bulk_transfer(const unsigned char endpoint, unsigned char *data, const unsigned int length);
5
int usb_control_transfer(uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, unsigned char *data, uint16_t wLength);
6
int usb_close(const unsigned char reattach);
7
void usb_exit(void);