1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __RTC_SA1100_H__
3 #define __RTC_SA1100_H__
5 #include <linux/kernel.h>
8 struct platform_device;
18 struct rtc_device *rtc;
22 int sa1100_rtc_init(struct platform_device *pdev, struct sa1100_rtc *info);