fuse.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | fuse.h (83468fe259bf827f350b118f25bce99dc0bdf597) |
---|---|
1/* 2 * Copyright (C) 2010 Google, Inc. 3 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. 4 * 5 * Author: 6 * Colin Cross <ccross@android.com> 7 * 8 * This software is licensed under the terms of the GNU General Public --- 91 unchanged lines hidden (view full) --- 100#if defined(CONFIG_ARCH_TEGRA_124_SOC) || defined(CONFIG_ARCH_TEGRA_132_SOC) 101extern const struct tegra_fuse_soc tegra124_fuse_soc; 102#endif 103 104#ifdef CONFIG_ARCH_TEGRA_210_SOC 105extern const struct tegra_fuse_soc tegra210_fuse_soc; 106#endif 107 | 1/* 2 * Copyright (C) 2010 Google, Inc. 3 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. 4 * 5 * Author: 6 * Colin Cross <ccross@android.com> 7 * 8 * This software is licensed under the terms of the GNU General Public --- 91 unchanged lines hidden (view full) --- 100#if defined(CONFIG_ARCH_TEGRA_124_SOC) || defined(CONFIG_ARCH_TEGRA_132_SOC) 101extern const struct tegra_fuse_soc tegra124_fuse_soc; 102#endif 103 104#ifdef CONFIG_ARCH_TEGRA_210_SOC 105extern const struct tegra_fuse_soc tegra210_fuse_soc; 106#endif 107 |
108#ifdef CONFIG_ARCH_TEGRA_186_SOC 109extern const struct tegra_fuse_soc tegra186_fuse_soc; |
|
108#endif | 110#endif |
111 112#endif |
|