summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/tegra-camera-rtcpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tegra-camera-rtcpu.h b/include/linux/tegra-camera-rtcpu.h
index 2f851d274..d5e59df7a 100644
--- a/include/linux/tegra-camera-rtcpu.h
+++ b/include/linux/tegra-camera-rtcpu.h
@@ -25,6 +25,8 @@ int tegra_camrtc_restore(struct device *dev);
25bool tegra_camrtc_is_rtcpu_alive(struct device *dev); 25bool tegra_camrtc_is_rtcpu_alive(struct device *dev);
26void tegra_camrtc_flush_trace(struct device *dev); 26void tegra_camrtc_flush_trace(struct device *dev);
27 27
28bool tegra_camrtc_is_rtcpu_powered(void);
29
28#define TEGRA_CAMRTC_VERSION_LEN 128 30#define TEGRA_CAMRTC_VERSION_LEN 128
29 31
30int tegra_camrtc_command(struct device *dev, u32 command, long timeout); 32int tegra_camrtc_command(struct device *dev, u32 command, long timeout);