blob: 32f8eb3fe344958d395d89b17785b38f17f06673 (
plain) (
blame)
1
2
3
4
5
|
extern struct smp_operations tegra_smp_ops;
extern int tegra_cpu_kill(unsigned int cpu);
extern void tegra_cpu_die(unsigned int cpu);
extern int tegra_cpu_disable(unsigned int cpu);
|