2 * Header for code common to all DaVinci machines.
4 * Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com>
6 * 2007 (c) MontaVista Software, Inc. This file is licensed under
7 * the terms of the GNU General Public License version 2. This program
8 * is licensed "as is" without any warranty of any kind, whether express
12 #ifndef __ARCH_ARM_MACH_DAVINCI_COMMON_H
13 #define __ARCH_ARM_MACH_DAVINCI_COMMON_H
17 extern struct sys_timer davinci_timer;
19 extern void davinci_irq_init(void);
20 extern void davinci_map_common_io(void);
22 /* parameters describe VBUS sourcing for host mode */
23 extern void setup_usb(unsigned mA, unsigned potpgt_msec);
25 /* parameters describe VBUS sourcing for host mode */
26 extern void setup_usb(unsigned mA, unsigned potpgt_msec);
28 #endif /* __ARCH_ARM_MACH_DAVINCI_COMMON_H */