Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
github.com
/
raspberrypi
/
raspberrypi-kernel
/
d2912cb15bdda8ba4a5dd73396ad62641af2f520
/
.
/
include
/
linux
/
rtc
/
rtc-omap.h
blob: 9f03a329e63f909ceb9850c09a1057cfd88a4768 [
file
] [
log
] [
blame
]
Keerthy
6256f7f
2019-04-03 10:27:39 +0530
[
diff
] [
blame
]
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef
_LINUX_RTCOMAP_H_
4
#define
_LINUX_RTCOMAP_H_
5
6
int
omap_rtc_power_off_program
(
struct
device
*
dev
);
7
#endif
/* _LINUX_RTCOMAP_H_ */