1*a7a2b311SHeiko Stuebner /* 2*a7a2b311SHeiko Stuebner * Copyright (c) 2013 MundoReader S.L. 3*a7a2b311SHeiko Stuebner * Author: Heiko Stuebner <heiko@sntech.de> 4*a7a2b311SHeiko Stuebner * 5*a7a2b311SHeiko Stuebner * This program is free software; you can redistribute it and/or modify 6*a7a2b311SHeiko Stuebner * it under the terms of the GNU General Public License as published by 7*a7a2b311SHeiko Stuebner * the Free Software Foundation; either version 2 of the License, or 8*a7a2b311SHeiko Stuebner * (at your option) any later version. 9*a7a2b311SHeiko Stuebner * 10*a7a2b311SHeiko Stuebner * This program is distributed in the hope that it will be useful, 11*a7a2b311SHeiko Stuebner * but WITHOUT ANY WARRANTY; without even the implied warranty of 12*a7a2b311SHeiko Stuebner * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13*a7a2b311SHeiko Stuebner * GNU General Public License for more details. 14*a7a2b311SHeiko Stuebner */ 15*a7a2b311SHeiko Stuebner 16*a7a2b311SHeiko Stuebner extern char rockchip_secondary_trampoline; 17*a7a2b311SHeiko Stuebner extern char rockchip_secondary_trampoline_end; 18*a7a2b311SHeiko Stuebner 19*a7a2b311SHeiko Stuebner extern unsigned long rockchip_boot_fn; 20*a7a2b311SHeiko Stuebner extern void rockchip_secondary_startup(void); 21*a7a2b311SHeiko Stuebner 22*a7a2b311SHeiko Stuebner extern struct smp_operations rockchip_smp_ops; 23