unit
gprof_support


unit gprof_support = {
imports[
fd : PosixFD_T
files : PosixFiles_T
stdout : Stdout_T
panic : Panic_T
error : Error_T
malloc : Malloc_T
irq : OSEnvIRQ_T
pic : PIC_T
rtc : RTC_T
];
exports[
mcount : { .mcount
_mcount }
control : { moncontrol }
enabled : { enabled }
];
...
}


Rendered using Haskell HTML Combinators