common.h (1bdd3e05a0a3b4a97ea88bc46fef8fb265c8b94c) | common.h (48840e16c299d886a1fc333375f0564c34cab127) |
---|---|
1/* 2 * Header for code common to all OMAP2+ machines. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 241 unchanged lines hidden (view full) --- 250 return NULL; 251} 252#endif 253 254extern void gic_dist_disable(void); 255extern void gic_dist_enable(void); 256extern bool gic_dist_disabled(void); 257extern void gic_timer_retrigger(void); | 1/* 2 * Header for code common to all OMAP2+ machines. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * --- 241 unchanged lines hidden (view full) --- 250 return NULL; 251} 252#endif 253 254extern void gic_dist_disable(void); 255extern void gic_dist_enable(void); 256extern bool gic_dist_disabled(void); 257extern void gic_timer_retrigger(void); |
258extern void omap_smc1(u32 fn, u32 arg); | 258extern void _omap_smc1(u32 fn, u32 arg); |
259extern void omap4_sar_ram_init(void); 260extern void __iomem *omap4_get_sar_ram_base(void); 261extern void omap4_mpuss_early_init(void); 262extern void omap_do_wfi(void); 263 264 265#ifdef CONFIG_SMP 266/* Needed for secondary core boot */ --- 98 unchanged lines hidden --- | 259extern void omap4_sar_ram_init(void); 260extern void __iomem *omap4_get_sar_ram_base(void); 261extern void omap4_mpuss_early_init(void); 262extern void omap_do_wfi(void); 263 264 265#ifdef CONFIG_SMP 266/* Needed for secondary core boot */ --- 98 unchanged lines hidden --- |