bundletype
OSEnvPCI_T


bundletype OSEnvPCI_T = { include "${OSKITDIR}/oskit/dev/dev.h"
osenv_pci_config_init
osenv_pci_config_read
osenv_pci_config_write }

C types:

int osenv_pci_config_read(char bus,char device,char function,char port,unsigned *data);
int osenv_pci_config_write(char bus,char device,char function,char port,unsigned data);
int osenv_pci_config_init(void);

Extended by:

Exported by:
OSEnv, osenv_layer, osenv_pci

Imported by:
linux_dev, linux_devices, osenv_pciobj


Rendered using Haskell HTML Combinators