1*1c33be57SNicolas Pitre /* 2*1c33be57SNicolas Pitre * arch/arm/include/asm/bL_switcher.h 3*1c33be57SNicolas Pitre * 4*1c33be57SNicolas Pitre * Created by: Nicolas Pitre, April 2012 5*1c33be57SNicolas Pitre * Copyright: (C) 2012-2013 Linaro Limited 6*1c33be57SNicolas Pitre * 7*1c33be57SNicolas Pitre * This program is free software; you can redistribute it and/or modify 8*1c33be57SNicolas Pitre * it under the terms of the GNU General Public License version 2 as 9*1c33be57SNicolas Pitre * published by the Free Software Foundation. 10*1c33be57SNicolas Pitre */ 11*1c33be57SNicolas Pitre 12*1c33be57SNicolas Pitre #ifndef ASM_BL_SWITCHER_H 13*1c33be57SNicolas Pitre #define ASM_BL_SWITCHER_H 14*1c33be57SNicolas Pitre 15*1c33be57SNicolas Pitre void bL_switch_request(unsigned int cpu, unsigned int new_cluster_id); 16*1c33be57SNicolas Pitre 17*1c33be57SNicolas Pitre #endif 18