Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
atmel_usba_udc.h
Go to the documentation of this file.
1 /*
2  * Platform data definitions for Atmel USBA gadget driver.
3  */
4 #ifndef __LINUX_USB_USBA_H
5 #define __LINUX_USB_USBA_H
6 
7 struct usba_ep_data {
8  char *name;
9  int index;
10  int fifo_size;
11  int nr_banks;
12  int can_dma;
13  int can_isoc;
14 };
15 
17  int vbus_pin;
19  int num_ep;
20  struct usba_ep_data ep[0];
21 };
22 
23 #endif /* __LINUX_USB_USBA_H */