blob: bc23d1c8beacf1104ccd94886f7e17a4c41c213c [file] [log] [blame]
Nicolas Pitrebdabef62012-04-12 02:56:10 -04001/*
2 * arch/arm/include/asm/bL_switcher.h
3 *
4 * Created by: Nicolas Pitre, April 2012
5 * Copyright: (C) 2012 Linaro Limited
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
12#ifndef ASM_BL_SWITCHER_H
13#define ASM_BL_SWITCHER_H
14
Nicolas Pitre9ab74b92012-10-26 02:36:17 -040015int bL_switch_request(unsigned int cpu, unsigned int new_cluster_id);
Nicolas Pitrebdabef62012-04-12 02:56:10 -040016
Dave Martin80899af2012-12-10 17:19:57 +000017bool bL_switcher_get_enabled(void);
18void bL_switcher_put_enabled(void);
19
Nicolas Pitrebdabef62012-04-12 02:56:10 -040020#endif