common.h (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) common.h (4ee1f6b574765a6c97f945e6b0277e5ccac38cb5)
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);
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);
12void orion5x_init_irq(void);
13void orion5x_init(void);
14extern int orion5x_tclk;
15extern struct sys_timer orion5x_timer;
16
17/*
18 * Enumerations and functions for Orion windows mapping. Used by Orion core
19 * functions to map its interfaces and by the machine-setup to map its on-

--- 43 unchanged lines hidden ---
13void orion5x_init_irq(void);
14void orion5x_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-

--- 43 unchanged lines hidden ---