28 lines
1.1 KiB
C
28 lines
1.1 KiB
C
/* Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
void msm_secondary_startup(void);
|
|
void write_pen_release(int val);
|
|
|
|
void msm_cpu_die(unsigned int cpu);
|
|
int msm_cpu_kill(unsigned int cpu);
|
|
|
|
extern struct smp_operations arm_smp_ops;
|
|
extern struct smp_operations msm8960_smp_ops;
|
|
extern struct smp_operations msm8974_smp_ops;
|
|
extern struct smp_operations msm8962_smp_ops;
|
|
extern struct smp_operations msm8625_smp_ops;
|
|
extern struct smp_operations scorpion_smp_ops;
|
|
extern struct smp_operations msm8916_smp_ops;
|
|
extern struct smp_operations msm8936_smp_ops;
|
|
extern struct smp_operations msm8976_smp_ops;
|