aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/colibri.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/colibri.h')
-rw-r--r--arch/arm/mach-pxa/include/mach/colibri.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/colibri.h b/arch/arm/mach-pxa/include/mach/colibri.h
index 3f2a01d6a03c..306ad64409be 100644
--- a/arch/arm/mach-pxa/include/mach/colibri.h
+++ b/arch/arm/mach-pxa/include/mach/colibri.h
@@ -16,6 +16,10 @@ extern void colibri_pxa3xx_init_lcd(int bl_pin);
16static inline void colibri_pxa3xx_init_lcd(int) {} 16static inline void colibri_pxa3xx_init_lcd(int) {}
17#endif 17#endif
18 18
19#if defined(CONFIG_AX88796)
20extern void colibri_pxa3xx_init_eth(struct ax_plat_data *plat_data);
21#endif
22
19/* physical memory regions */ 23/* physical memory regions */
20#define COLIBRI_SDRAM_BASE 0xa0000000 /* SDRAM region */ 24#define COLIBRI_SDRAM_BASE 0xa0000000 /* SDRAM region */
21 25