repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
intel-iommu: Fix one last ia64 build problem in Pass Through Support
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
linux
/
usb
/
atmel_usba_udc.h
blob
6311fa2d9f824248351aab69e0ad624a36b4cc55
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
16
struct
usba_platform_data
{
17
int
vbus_pin
;
18
int
num_ep
;
19
struct
usba_ep_data ep
[
0
];
20
};
21
22
#endif
/* __LINUX_USB_USBA_H */