summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/tegra-camera-rtcpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tegra-camera-rtcpu.h b/include/linux/tegra-camera-rtcpu.h
index 5e97128d2..d59e53c45 100644
--- a/include/linux/tegra-camera-rtcpu.h
+++ b/include/linux/tegra-camera-rtcpu.h
@@ -24,6 +24,9 @@ int tegra_camrtc_get_halt(struct device *dev, bool *halt);
24int tegra_camrtc_reset(struct device *dev); 24int tegra_camrtc_reset(struct device *dev);
25int tegra_camrtc_boot(struct device *dev); 25int tegra_camrtc_boot(struct device *dev);
26int tegra_camrtc_ivc_setup_ready(struct device *dev); 26int tegra_camrtc_ivc_setup_ready(struct device *dev);
27ssize_t tegra_camrtc_print_version(struct device *dev, char *buf, size_t size);
28
29#define TEGRA_CAMRTC_VERSION_LEN 128
27 30
28int tegra_camrtc_command(struct device *dev, u32 command, long timeout); 31int tegra_camrtc_command(struct device *dev, u32 command, long timeout);
29 32