• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/include/plat/
1/*
2 * Broadcom ARM BSP
3 * Internal API declarations
4 */
5
6
7#ifndef __ASSEMBLY__
8struct clk ;
9
10extern void __init soc_map_io( struct clk * );
11extern void __init soc_init_irq( void );
12extern void __init soc_add_devices( void );
13extern void __init soc_dmu_init( struct clk * ref_clk );
14extern void __init soc_init_timer( void );
15extern void         soc_clocks_show( void );
16extern void __init soc_cru_init( struct clk * ref_clk );
17extern void	cru_clocks_show( void );
18extern int soc_cpu_reset(unsigned cpu);
19
20#endif
21