repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/pantherlake: Remove soc_info.[hc] interface
[coreboot2.git]
/
src
/
southbridge
/
intel
/
common
/
rtc.h
blob
bd6a4bbc11abb5274d0bd36886642a7be93891d3
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