blob: 0fb96c33ec898543bb041ab8be5ca1c5ad09d7fd [file] [log] [blame]
Duy Truong790f06d2013-02-13 16:38:12 -08001/* Copyright (c) 2007-2009,2012 The Linux Foundation. All rights reserved.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 *
12 */
13
14#ifndef _ARCH_ARM_MACH_MSM_IDLE_H_
15#define _ARCH_ARM_MACH_MSM_IDLE_H_
16
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070017#ifdef CONFIG_CPU_V7
Steve Mucklec25a9362012-03-22 16:40:01 -070018extern unsigned long msm_pm_boot_vector[NR_CPUS];
Mahesh Sivasubramanian56a35432013-10-15 14:36:58 -060019void msm_pm_boot_entry(void);
Maheshkumar Sivasubramaniana012e092011-08-18 10:13:03 -060020#else
Murali Nalajala41786ab2012-03-06 10:47:32 +053021static inline void msm_pm_boot_entry(void)
22{
23 /* empty */
24}
Steve Mucklefcece052012-02-18 20:09:58 -080025#endif
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070026#endif