unit
osenv_rtc


unit osenv_rtc = {
imports[
intr : OSEnvIntr_T
log : OSEnvLog_T
rtc : RTC_T
];
exports[
osenv_rtc : OSEnvRTC_T
];
...
}


Rendered using Haskell HTML Combinators