soc/intel/pantherlake: Remove soc_info.[hc] interface
[coreboot2.git] / src / southbridge / intel / common / rtc.h
blobbd6a4bbc11abb5274d0bd36886642a7be93891d3
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef SOUTHBRIDGE_INTEL_RTC_H
4 #define SOUTHBRIDGE_INTEL_RTC_H
6 /* Return non-zero when RTC failure happened. */
7 int rtc_failure(void);
8 void sb_rtc_init(void);
10 #endif