xref: /openbmc/linux/include/soc/tegra/common.h (revision a2686766)
1a2686766SThierry Reding /*
2a2686766SThierry Reding  * Copyright (C) 2014 NVIDIA Corporation
3a2686766SThierry Reding  *
4a2686766SThierry Reding  * This program is free software; you can redistribute it and/or modify
5a2686766SThierry Reding  * it under the terms of the GNU General Public License version 2 as
6a2686766SThierry Reding  * published by the Free Software Foundation.
7a2686766SThierry Reding  */
8a2686766SThierry Reding 
9a2686766SThierry Reding #ifndef __SOC_TEGRA_COMMON_H__
10a2686766SThierry Reding #define __SOC_TEGRA_COMMON_H__
11a2686766SThierry Reding 
12a2686766SThierry Reding bool soc_is_tegra(void);
13a2686766SThierry Reding 
14a2686766SThierry Reding #endif /* __SOC_TEGRA_COMMON_H__ */
15