David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2011, ARM Ltd. |
| 4 | * Copyright (c) 2013, NVIDIA Corporation. All rights reserved. |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __MACH_TEGRA_COMMON_H |
| 8 | #define __MACH_TEGRA_COMMON_H |
| 9 | |
| 10 | extern const struct smp_operations tegra_smp_ops; |
| 11 | |
| 12 | extern int tegra_cpu_kill(unsigned int cpu); |
| 13 | extern void tegra_cpu_die(unsigned int cpu); |
| 14 | |
| 15 | #endif |