]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/soc/tegra/common.h
Merge branches 'x86-ras-for-linus', 'x86-uv-for-linus' and 'x86-vdso-for-linus' of...
[karo-tx-linux.git] / include / soc / tegra / common.h
1 /*
2  * Copyright (C) 2014 NVIDIA Corporation
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  */
8
9 #ifndef __SOC_TEGRA_COMMON_H__
10 #define __SOC_TEGRA_COMMON_H__
11
12 bool soc_is_tegra(void);
13
14 #endif /* __SOC_TEGRA_COMMON_H__ */