summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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);