1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef SOUTHBRIDGE_INTEL_RTC_H 4 #define SOUTHBRIDGE_INTEL_RTC_H 5 6 /* Return non-zero when RTC failure happened. */ 7 int rtc_failure(void); 8 void sb_rtc_init(void); 9 10 #endif 11
1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 #ifndef SOUTHBRIDGE_INTEL_RTC_H 4 #define SOUTHBRIDGE_INTEL_RTC_H 5 6 /* Return non-zero when RTC failure happened. */ 7 int rtc_failure(void); 8 void sb_rtc_init(void); 9 10 #endif 11