arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / arm / mach-tegra / common.h
blobd59387c4df48bcee7c9f4274958e03f542ccffd2
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (c) 2011, ARM Ltd.
4 * Copyright (c) 2013, NVIDIA Corporation. All rights reserved.
5 */
7 #ifndef __MACH_TEGRA_COMMON_H
8 #define __MACH_TEGRA_COMMON_H
10 extern const struct smp_operations tegra_smp_ops;
12 extern int tegra_cpu_kill(unsigned int cpu);
13 extern void tegra_cpu_die(unsigned int cpu);
15 #endif