dm: rtc: Split structure definition into its own file
authorSimon Glass <sjg@chromium.org>
Mon, 20 Apr 2015 18:37:21 +0000 (12:37 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 6 May 2015 02:58:20 +0000 (20:58 -0600)
commitaac5119822041febafdab3fc9ab6dbbe6ea96bff
tree077b169837f84de696de7f29090186813e3e452f
parentbe47aa65225113355d1dbbc870d480d95638a3d5
dm: rtc: Split structure definition into its own file

Move the definition of struct rtc_time into a separate file so that sandbox
can include it without requiring common.h and the like.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/rtc.h
include/rtc_def.h [new file with mode: 0644]