unit
smc9194


unit smc9194 = {
imports[
dev : LinuxDeviceSupport_T
eth : LinuxEtherSupport_T
drivers : { drivers }
];
exports[
out : { }
];
...
}


Rendered using Haskell HTML Combinators