common.h (d30492adea3a82e7120bcf60893aaaab711f90a6) | common.h (74ed7bdcb41d32c7628c3bd1478b076e5b1ad8a4) |
---|---|
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 * --- 222 unchanged lines hidden (view full) --- 231static inline void __iomem *omap4_get_scu_base(void) 232{ 233 return NULL; 234} 235#endif 236 237extern void __init gic_init_irq(void); 238extern void gic_dist_disable(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 * --- 222 unchanged lines hidden (view full) --- 231static inline void __iomem *omap4_get_scu_base(void) 232{ 233 return NULL; 234} 235#endif 236 237extern void __init gic_init_irq(void); 238extern void gic_dist_disable(void); |
239extern void gic_dist_enable(void); |
|
239extern bool gic_dist_disabled(void); 240extern void gic_timer_retrigger(void); 241extern void omap_smc1(u32 fn, u32 arg); 242extern void __iomem *omap4_get_sar_ram_base(void); 243extern void omap_do_wfi(void); 244 245#ifdef CONFIG_SMP 246/* Needed for secondary core boot */ --- 66 unchanged lines hidden --- | 240extern bool gic_dist_disabled(void); 241extern void gic_timer_retrigger(void); 242extern void omap_smc1(u32 fn, u32 arg); 243extern void __iomem *omap4_get_sar_ram_base(void); 244extern void omap_do_wfi(void); 245 246#ifdef CONFIG_SMP 247/* Needed for secondary core boot */ --- 66 unchanged lines hidden --- |