Subversion Repositories freemyipod

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
881 theseven 1
#ifndef __APP_UMSBOOT_USBGLUE_H__
2
#define __APP_UMSBOOT_USBGLUE_H__
3
 
4
#include "global.h"
5
#include "protocol/usb/usb.h"
6
 
7
extern const struct usb_instance usb_data;
8
 
9
#endif