mc.h (527c465a3c8716d93201ae34b7fc52679610596d) | mc.h (588c43a7bd5a53ae523b318e1db16bdd59963a3c) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 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 | 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 --- 27 unchanged lines hidden (view full) --- 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 |
44#ifdef CONFIG_ARCH_TEGRA_210_SOC 45extern const struct tegra_mc_soc tegra210_mc_soc; 46#endif 47 |
|
44#endif /* MEMORY_TEGRA_MC_H */ | 48#endif /* MEMORY_TEGRA_MC_H */ |