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