Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at for-next 15 lines 358 B view raw
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 */ 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