blob: d59387c4df48bcee7c9f4274958e03f542ccffd2 [file] [log] [blame]
Thomas Gleixner9952f692019-05-28 10:10:04 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Thierry Reding5c753e02016-04-28 14:50:14 +02002/*
3 * Copyright (c) 2011, ARM Ltd.
4 * Copyright (c) 2013, NVIDIA Corporation. All rights reserved.
Thierry Reding5c753e02016-04-28 14:50:14 +02005 */
6
7#ifndef __MACH_TEGRA_COMMON_H
8#define __MACH_TEGRA_COMMON_H
9
Masahiro Yamada75305272015-11-15 10:39:53 +090010extern const struct smp_operations tegra_smp_ops;
Marc Zyngiera1725732011-09-08 13:15:22 +010011
Joseph Lob8119432013-01-03 14:43:00 +080012extern int tegra_cpu_kill(unsigned int cpu);
Marc Zyngiera1725732011-09-08 13:15:22 +010013extern void tegra_cpu_die(unsigned int cpu);
Thierry Reding5c753e02016-04-28 14:50:14 +020014
15#endif