From d0b2f91bede3bd5e3d24dd6803e56eee959c1797 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 20 Oct 2016 00:10:27 -0300 Subject: Linux-libre 4.8.2-gnu --- include/linux/mc146818rtc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/linux/mc146818rtc.h') diff --git a/include/linux/mc146818rtc.h b/include/linux/mc146818rtc.h index 433e0c74d..a585b4b5f 100644 --- a/include/linux/mc146818rtc.h +++ b/include/linux/mc146818rtc.h @@ -14,6 +14,8 @@ #include #include /* get the user-level API */ #include /* register access macros */ +#include +#include #ifdef __KERNEL__ #include /* spinlock_t */ @@ -120,4 +122,7 @@ struct cmos_rtc_board_info { #define RTC_IO_EXTENT_USED RTC_IO_EXTENT #endif /* ARCH_RTC_LOCATION */ +unsigned int mc146818_get_time(struct rtc_time *time); +int mc146818_set_time(struct rtc_time *time); + #endif /* _MC146818RTC_H */ -- cgit v1.2.3-54-g00ecf