coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
rtc.h
Go to the documentation of this file.
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
void sb_rtc_init(void)
Definition: rtc.c:21
int rtc_failure(void)
Definition: pmutil.c:330