Detach from a given PCI card
void ado_pci_release( struct ado_pci *pci );
- pci
- A pointer to the ado_pci structure that describes
the PCI card.
This is the pointer returned by
ado_pci_device().
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.
QNX Neutrino
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
ado_pci,
ado_pci_device()