bundletype
OSEnvISA_T


bundletype OSEnvISA_T = { include "${OSKITDIR}/oskit/dev/dev.h"
osenv_isabus_addchild
osenv_isabus_remchild
osenv_isabus_getbus
osenv_isadma_alloc
osenv_isadma_free
osenv_rootbus_addchild
osenv_rootbus_remchild
osenv_rootbus_getbus
oskit_dev_probe }

C types:

oskit_error_t osenv_isadma_alloc(int channel);
void osenv_isadma_free(int channel);
void oskit_dev_probe(void);
struct oskit_bus *osenv_rootbus_getbus(void);
oskit_error_t osenv_rootbus_addchild(struct oskit_device *dev);
oskit_error_t osenv_rootbus_remchild(struct oskit_device *dev);

Extended by:

Exported by:
OSEnv, osenv_isa, osenv_layer

Imported by:
linux_dev, linux_devices, linux_ether_support, linux_ide, osenv_dump


Rendered using Haskell HTML Combinators