common.h (9a64e8e0ace51b309fdcff4b4754b3649250382a) | common.h (ce3fc89a4e120c1fb012efd71f403116b6bcc1ee) |
---|---|
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 * --- 106 unchanged lines hidden (view full) --- 115} 116#endif 117 118extern void omap2_init_common_infrastructure(void); 119 120extern struct sys_timer omap2_timer; 121extern struct sys_timer omap3_timer; 122extern struct sys_timer omap3_secure_timer; | 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 * --- 106 unchanged lines hidden (view full) --- 115} 116#endif 117 118extern void omap2_init_common_infrastructure(void); 119 120extern struct sys_timer omap2_timer; 121extern struct sys_timer omap3_timer; 122extern struct sys_timer omap3_secure_timer; |
123extern struct sys_timer omap3_am33xx_timer; |
|
123extern struct sys_timer omap4_timer; 124 125void omap2420_init_early(void); 126void omap2430_init_early(void); 127void omap3430_init_early(void); 128void omap35xx_init_early(void); 129void omap3630_init_early(void); 130void omap3_init_early(void); /* Do not use this one */ | 124extern struct sys_timer omap4_timer; 125 126void omap2420_init_early(void); 127void omap2430_init_early(void); 128void omap3430_init_early(void); 129void omap35xx_init_early(void); 130void omap3630_init_early(void); 131void omap3_init_early(void); /* Do not use this one */ |
132void am33xx_init_early(void); |
|
131void am35xx_init_early(void); 132void ti81xx_init_early(void); | 133void am35xx_init_early(void); 134void ti81xx_init_early(void); |
135void am33xx_init_early(void); |
|
133void omap4430_init_early(void); 134void omap3_init_late(void); /* Do not use this one */ 135void omap4430_init_late(void); 136void omap2420_init_late(void); 137void omap2430_init_late(void); 138void omap3430_init_late(void); 139void omap35xx_init_late(void); 140void omap3630_init_late(void); --- 168 unchanged lines hidden --- | 136void omap4430_init_early(void); 137void omap3_init_late(void); /* Do not use this one */ 138void omap4430_init_late(void); 139void omap2420_init_late(void); 140void omap2430_init_late(void); 141void omap3430_init_late(void); 142void omap35xx_init_late(void); 143void omap3630_init_late(void); --- 168 unchanged lines hidden --- |