diff options
Diffstat (limited to '')
-rw-r--r-- | include/soc/tegra/common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/soc/tegra/common.h b/include/soc/tegra/common.h new file mode 100644 index 000000000..98027a76c --- /dev/null +++ b/include/soc/tegra/common.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Copyright (C) 2014 NVIDIA Corporation + */ + +#ifndef __SOC_TEGRA_COMMON_H__ +#define __SOC_TEGRA_COMMON_H__ + +bool soc_is_tegra(void); + +#endif /* __SOC_TEGRA_COMMON_H__ */ |