ado_pci_release()

Detach from a given PCI card

Synopsis:

void ado_pci_release( struct ado_pci *pci );

Arguments:

pci
A pointer to the ado_pci structure that describes the PCI card. This is the pointer returned by ado_pci_device().

Description:

The ado_pci_release() function detaches from the PCI card described by the ado_pci structure pointed to by pci. The ado_pci_release() function disconnects from the PCI server and frees the ado_pci structure.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:

ado_pci, ado_pci_device()