xref: /aosp_15_r20/external/coreboot/src/southbridge/intel/common/rtc.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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