summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSeshagir.H <sholi@nvidia.com>2014-09-25 18:21:49 +0530
committerMatthew Pedro <mapedro@nvidia.com>2015-05-04 13:43:42 -0700
commit8eadba170693964dc30b1e6ab0a80df012858bc0 (patch)
tree0b068cccf83859d0b404b26d54812004ee944149 /include
parentaf2031797899b32504e32af377fa65875c06a746 (diff)
mmc: tegra: select fixed tap hole margin values
bug 200035711 Change-Id: I2efdabe31ec2ab5b6b0253f54484365e61890e91 Signed-off-by: Seshagir.H <sholi@nvidia.com> Reviewed-on: http://git-master/r/538920 (cherry picked from commit ef940296b6f41e4669fe7da4c48bf34091af2512) Reviewed-on: http://git-master/r/725516 GVS: Gerrit_Virtual_Submit Reviewed-by: Jeetesh Burman <jburman@nvidia.com> Tested-by: Jeetesh Burman <jburman@nvidia.com> Reviewed-by: Naveen Kumar Arepalli <naveenk@nvidia.com> Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/tegra-fuse.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/tegra-fuse.h b/include/linux/tegra-fuse.h
index 0d2b9c967bce..3d72db36f5c5 100644
--- a/include/linux/tegra-fuse.h
+++ b/include/linux/tegra-fuse.h
@@ -51,6 +51,14 @@ int tegra_cpu_process_id(void);
int tegra_core_process_id(void);
int tegra_gpu_process_id(void);
int tegra_get_age(void);
+#if defined(CONFIG_ARCH_TEGRA_12x_SOC) && !defined(CONFIG_ARCH_TEGRA_13x_SOC)
+bool tegra_is_soc_automotive_speedo(void);
+#else
+static inline bool tegra_is_soc_automotive_speedo(void)
+{
+ return 0;
+}
+#endif
int tegra_package_id(void);
int tegra_cpu_speedo_id(void);