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