blob: d59387c4df48bcee7c9f4274958e03f542ccffd2 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright (c) 2011, ARM Ltd.
4 * Copyright (c) 2013, NVIDIA Corporation. All rights reserved.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005 */
6
7#ifndef __MACH_TEGRA_COMMON_H
8#define __MACH_TEGRA_COMMON_H
9
10extern const struct smp_operations tegra_smp_ops;
11
12extern int tegra_cpu_kill(unsigned int cpu);
13extern void tegra_cpu_die(unsigned int cpu);
14
15#endif