unit
eth_3c59x


unit eth_3c59x = {
imports[
dev : LinuxDeviceSupport_T
eth : LinuxEtherSupport_T
drivers : { drivers }
timer : OSEnvTimer_T
mem : OSEnvMem_T
];
exports[
out : { }
];
...
}


Rendered using Haskell HTML Combinators