common.h (6e9041c6ddd6cbdc61d87bcaca8ca7bb17c28377) | common.h (c5107027b12181a1fc7a9b656f15300ea12d26aa) |
---|---|
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 * --- 82 unchanged lines hidden (view full) --- 91void omap3430_init_early(void); 92void omap35xx_init_early(void); 93void omap3630_init_early(void); 94void omap3_init_early(void); /* Do not use this one */ 95void am33xx_init_early(void); 96void am35xx_init_early(void); 97void ti81xx_init_early(void); 98void am33xx_init_early(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 * --- 82 unchanged lines hidden (view full) --- 91void omap3430_init_early(void); 92void omap35xx_init_early(void); 93void omap3630_init_early(void); 94void omap3_init_early(void); /* Do not use this one */ 95void am33xx_init_early(void); 96void am35xx_init_early(void); 97void ti81xx_init_early(void); 98void am33xx_init_early(void); |
99void am43xx_init_early(void); |
|
99void omap4430_init_early(void); 100void omap5_init_early(void); 101void omap3_init_late(void); /* Do not use this one */ 102void omap4430_init_late(void); 103void omap2420_init_late(void); 104void omap2430_init_late(void); 105void omap3430_init_late(void); 106void omap35xx_init_late(void); --- 196 unchanged lines hidden --- | 100void omap4430_init_early(void); 101void omap5_init_early(void); 102void omap3_init_late(void); /* Do not use this one */ 103void omap4430_init_late(void); 104void omap2420_init_late(void); 105void omap2430_init_late(void); 106void omap3430_init_late(void); 107void omap35xx_init_late(void); --- 196 unchanged lines hidden --- |