unit
eth_at1700


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


Rendered using Haskell HTML Combinators