![]() |
|
|||
0001 /* 0002 * USB related definitions 0003 * 0004 * Copyright (C) 2009 MontaVista Software, Inc. <source@mvista.com> 0005 * 0006 * This file is licensed under the terms of the GNU General Public License 0007 * version 2. This program is licensed "as is" without any warranty of any 0008 * kind, whether express or implied. 0009 */ 0010 0011 #ifndef __ASM_ARCH_USB_H 0012 #define __ASM_ARCH_USB_H 0013 0014 /* Passed as the platform data to the OHCI driver */ 0015 struct da8xx_ohci_root_hub { 0016 /* Time from power on to power good (in 2 ms units) */ 0017 u8 potpgt; 0018 }; 0019 0020 void davinci_setup_usb(unsigned mA, unsigned potpgt_ms); 0021 0022 #endif /* ifndef __ASM_ARCH_USB_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |