blob: 98027a76ce3d32cdbf90bbe2b2a9491489070461 [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) 2014 NVIDIA Corporation
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004 */
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__ */