xref: /linux-6.15/include/linux/rtc/rtc-omap.h (revision 6256f7f7)
1*6256f7f7SKeerthy /* SPDX-License-Identifier: GPL-2.0 */
2*6256f7f7SKeerthy 
3*6256f7f7SKeerthy #ifndef _LINUX_RTCOMAP_H_
4*6256f7f7SKeerthy #define _LINUX_RTCOMAP_H_
5*6256f7f7SKeerthy 
6*6256f7f7SKeerthy int omap_rtc_power_off_program(struct device *dev);
7*6256f7f7SKeerthy #endif /* _LINUX_RTCOMAP_H_ */
8