diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tegra-camera-rtcpu.h | 4 |
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 | ||
| 21 | int tegra_camrtc_iovm_setup(struct device *dev, dma_addr_t iova); | 21 | int tegra_camrtc_iovm_setup(struct device *dev, dma_addr_t iova); |
| 22 | ssize_t tegra_camrtc_print_version(struct device *dev, char *buf, size_t size); | 22 | ssize_t tegra_camrtc_print_version(struct device *dev, char *buf, size_t size); |
| 23 | int tegra_camrtc_boot(struct device *dev); | 23 | int tegra_camrtc_reboot(struct device *dev); |
| 24 | int tegra_camrtc_halt(struct device *dev); | ||
| 25 | int tegra_camrtc_restore(struct device *dev); | 24 | int tegra_camrtc_restore(struct device *dev); |
| 26 | bool tegra_camrtc_is_rtcpu_alive(struct device *dev); | 25 | bool 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 | ||
| 29 | int tegra_camrtc_command(struct device *dev, u32 command, long timeout); | 29 | int tegra_camrtc_command(struct device *dev, u32 command, long timeout); |
