common.h (f9cd49033b349b8be3bb1f01b39eed837853d880) common.h (1bffb4a8729838f5ee27364803406416459c3252)
1#ifndef __ARCH_ORION5X_COMMON_H
2#define __ARCH_ORION5X_COMMON_H
3
4struct dsa_platform_data;
5struct mv643xx_eth_platform_data;
6struct mv_sata_platform_data;
7
8/*
9 * Basic Orion init functions used early by machine-setup.
10 */
11void orion5x_map_io(void);
12void orion5x_init_early(void);
13void orion5x_init_irq(void);
14void orion5x_init(void);
1#ifndef __ARCH_ORION5X_COMMON_H
2#define __ARCH_ORION5X_COMMON_H
3
4struct dsa_platform_data;
5struct mv643xx_eth_platform_data;
6struct mv_sata_platform_data;
7
8/*
9 * Basic Orion init functions used early by machine-setup.
10 */
11void orion5x_map_io(void);
12void orion5x_init_early(void);
13void orion5x_init_irq(void);
14void orion5x_init(void);
15void orion5x_id(u32 *dev, u32 *rev, char **dev_name);
16void clk_init(void);
15extern int orion5x_tclk;
16extern struct sys_timer orion5x_timer;
17
18/*
19 * Enumerations and functions for Orion windows mapping. Used by Orion core
20 * functions to map its interfaces and by the machine-setup to map its on-
21 * board devices. Details in /mach-orion/addr-map.c
22 */

--- 49 unchanged lines hidden ---
17extern int orion5x_tclk;
18extern struct sys_timer orion5x_timer;
19
20/*
21 * Enumerations and functions for Orion windows mapping. Used by Orion core
22 * functions to map its interfaces and by the machine-setup to map its on-
23 * board devices. Details in /mach-orion/addr-map.c
24 */

--- 49 unchanged lines hidden ---