Skip to content
Snippets Groups Projects
Commit 09030e03 authored by AKASHI Takahiro's avatar AKASHI Takahiro Committed by Tom Rini
Browse files

rtc.h: add struct udevice declaration


Without this change, including rtc.h solely will cause a build error.

Signed-off-by: default avatarAKASHI Takahiro <takahiro.akashi@linaro.org>
parent 4839e868
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
#ifdef CONFIG_DM_RTC #ifdef CONFIG_DM_RTC
struct udevice;
struct rtc_ops { struct rtc_ops {
/** /**
* get() - get the current time * get() - get the current time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment