repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
sh
/
include
/
asm
/
rtc.h
blob
69dbae2949b0dd679d8fe7a47050c4962b7aaf24
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_RTC_H
3
#define _ASM_RTC_H
4
5
void
time_init
(
void
);
6
7
#define RTC_CAP_4_DIGIT_YEAR (1 << 0)
8
9
struct
sh_rtc_platform_info
{
10
unsigned long
capabilities
;
11
};
12
13
#include <cpu/rtc.h>
14
15
#endif
/* _ASM_RTC_H */