blob: b07ddf9390c58e2235cd89c171161e9cf31bd0ff [file] [log] [blame] [edit]
/*
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
procedure RTC {
include <platsupport/plat/rtc.h>;
rtc_time_date_t time_date();
};