X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Frtc.h;h=772a54884197d47b55af5dddc0374d94d43dcc39;hb=7aabd2b12c5108276eb1fc7789b8955f3258db98;hp=785fbe380797cb029e2d905e9730b44da8320dd4;hpb=d1e2319414ea5218ba801163e4530ecf2dfcbf36;p=u-boot diff --git a/include/rtc.h b/include/rtc.h index 785fbe3807..772a548841 100644 --- a/include/rtc.h +++ b/include/rtc.h @@ -27,6 +27,11 @@ #ifndef _RTC_H_ #define _RTC_H_ +/* bcd<->bin functions are needed by almost all the RTC drivers, let's include + * it there instead of in evey single driver */ + +#include + /* * The struct used to pass data from the generic interface code to * the hardware dependend low-level code ande vice versa. Identical