unit
osenv_pci


unit osenv_pci = {
imports[
ioport : OSEnvIOPort_T
log : OSEnvLog_T
];
exports[
out : OSEnvPCI_T
];
...
}


Rendered using Haskell HTML Combinators