common.h (995f297298f2337a5f9794271dc225d17cdb2c15) | common.h (ff931c821bab6713a52b768b0cd7ee7e90713b36) |
---|---|
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 * --- 279 unchanged lines hidden (view full) --- 288 struct omap_sdrc_params *sdrc_cs1); 289struct omap2_hsmmc_info; 290extern int omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers); 291extern void omap_reserve(void); 292 293struct omap_hwmod; 294extern int omap_dss_reset(struct omap_hwmod *); 295 | 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 * --- 279 unchanged lines hidden (view full) --- 288 struct omap_sdrc_params *sdrc_cs1); 289struct omap2_hsmmc_info; 290extern int omap4_twl6030_hsmmc_init(struct omap2_hsmmc_info *controllers); 291extern void omap_reserve(void); 292 293struct omap_hwmod; 294extern int omap_dss_reset(struct omap_hwmod *); 295 |
296/* SoC specific clock initializer */ 297extern int (*omap_clk_init)(void); 298 |
|
296#endif /* __ASSEMBLER__ */ 297#endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */ | 299#endif /* __ASSEMBLER__ */ 300#endif /* __ARCH_ARM_MACH_OMAP2PLUS_COMMON_H */ |