mc.h (4ba24fef3eb3b142197135223b90ced2f319cd53) | mc.h (242b1d713386e8e2fd7f62cc1ed4681a12290848) |
---|---|
1/* 2 * Copyright (C) 2014 NVIDIA CORPORATION. All rights reserved. 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 --- 23 unchanged lines hidden (view full) --- 32#ifdef CONFIG_ARCH_TEGRA_114_SOC 33extern const struct tegra_mc_soc tegra114_mc_soc; 34#endif 35 36#ifdef CONFIG_ARCH_TEGRA_124_SOC 37extern const struct tegra_mc_soc tegra124_mc_soc; 38#endif 39 | 1/* 2 * Copyright (C) 2014 NVIDIA CORPORATION. All rights reserved. 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 --- 23 unchanged lines hidden (view full) --- 32#ifdef CONFIG_ARCH_TEGRA_114_SOC 33extern const struct tegra_mc_soc tegra114_mc_soc; 34#endif 35 36#ifdef CONFIG_ARCH_TEGRA_124_SOC 37extern const struct tegra_mc_soc tegra124_mc_soc; 38#endif 39 |
40#ifdef CONFIG_ARCH_TEGRA_132_SOC 41extern const struct tegra_mc_soc tegra132_mc_soc; 42#endif 43 |
|
40#endif /* MEMORY_TEGRA_MC_H */ | 44#endif /* MEMORY_TEGRA_MC_H */ |