Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.3-rc5 11 lines 218 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (C) 2014 NVIDIA Corporation 4 */ 5 6#ifndef __SOC_TEGRA_COMMON_H__ 7#define __SOC_TEGRA_COMMON_H__ 8 9bool soc_is_tegra(void); 10 11#endif /* __SOC_TEGRA_COMMON_H__ */