unit
bootp_init


unit bootp_init = {
imports[
flags : { required_flags }
bootp : BootP_T
malloc : Malloc_T
getline : { getline }
string : String_T
iids : { oskit_etherdev_iid }
stdout : Stdout_T
device : OSEnvDevice_T
];
exports[
out : { bootp_info
ether_dev }
];
...
}


Rendered using Haskell HTML Combinators