Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (c) 2011, ARM Ltd.
0004  * Copyright (c) 2013, NVIDIA Corporation. All rights reserved.
0005  */
0006 
0007 #ifndef __MACH_TEGRA_COMMON_H
0008 #define __MACH_TEGRA_COMMON_H
0009 
0010 extern const struct smp_operations tegra_smp_ops;
0011 
0012 extern int tegra_cpu_kill(unsigned int cpu);
0013 extern void tegra_cpu_die(unsigned int cpu);
0014 
0015 #endif