summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/common/rtc.h
blob: bd6a4bbc11abb5274d0bd36886642a7be93891d3 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOUTHBRIDGE_INTEL_RTC_H
#define SOUTHBRIDGE_INTEL_RTC_H

/* Return non-zero when RTC failure happened. */
int rtc_failure(void);
void sb_rtc_init(void);

#endif