Subversion Repositories freemyipod

Rev

Rev 232 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 232 Rev 240
Line 31... Line 31...
31
 
31
 
32
void usb_handle_control_request(struct usb_ctrlrequest* req);
32
void usb_handle_control_request(struct usb_ctrlrequest* req);
33
void usb_handle_transfer_complete(int endpoint, int dir, int status, int length);
33
void usb_handle_transfer_complete(int endpoint, int dir, int status, int length);
34
void usb_handle_bus_reset(void);
34
void usb_handle_bus_reset(void);
35
void usb_init(void) INITCODE_ATTR;
35
void usb_init(void) INITCODE_ATTR;
-
 
36
void usb_exit(void);
36
 
37
 
37
 
38
 
38
#endif
39
#endif