diff options
Diffstat (limited to 'include/linux/rtc')
| -rw-r--r-- | include/linux/rtc/rtc-omap.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/rtc/rtc-omap.h b/include/linux/rtc/rtc-omap.h new file mode 100644 index 000000000000..9f03a329e63f --- /dev/null +++ b/include/linux/rtc/rtc-omap.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 2 | |||
| 3 | #ifndef _LINUX_RTCOMAP_H_ | ||
| 4 | #define _LINUX_RTCOMAP_H_ | ||
| 5 | |||
| 6 | int omap_rtc_power_off_program(struct device *dev); | ||
| 7 | #endif /* _LINUX_RTCOMAP_H_ */ | ||
