summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/tegra-camera-rtcpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/tegra-camera-rtcpu.h b/include/linux/tegra-camera-rtcpu.h
index 73eab094b..76b63ade2 100644
--- a/include/linux/tegra-camera-rtcpu.h
+++ b/include/linux/tegra-camera-rtcpu.h
@@ -20,10 +20,10 @@ struct device;
20 20
21int tegra_camrtc_iovm_setup(struct device *dev, dma_addr_t iova); 21int tegra_camrtc_iovm_setup(struct device *dev, dma_addr_t iova);
22ssize_t tegra_camrtc_print_version(struct device *dev, char *buf, size_t size); 22ssize_t tegra_camrtc_print_version(struct device *dev, char *buf, size_t size);
23int tegra_camrtc_boot(struct device *dev); 23int tegra_camrtc_reboot(struct device *dev);
24int tegra_camrtc_halt(struct device *dev);
25int tegra_camrtc_restore(struct device *dev); 24int tegra_camrtc_restore(struct device *dev);
26bool tegra_camrtc_is_rtcpu_alive(struct device *dev); 25bool tegra_camrtc_is_rtcpu_alive(struct device *dev);
26
27#define TEGRA_CAMRTC_VERSION_LEN 128 27#define TEGRA_CAMRTC_VERSION_LEN 128
28 28
29int tegra_camrtc_command(struct device *dev, u32 command, long timeout); 29int tegra_camrtc_command(struct device *dev, u32 command, long timeout);