#include <ddf/driver.h>
Go to the source code of this file.
Functions | |
| int | pci_disable_legacy (const ddf_dev_t *device) |
| Call the PCI driver with a request to clear legacy support register. | |
| int | pci_enable_interrupts (const ddf_dev_t *device) |
| Call the PCI driver with a request to enable interrupts. | |
| int | pci_get_my_registers (const ddf_dev_t *dev, uintptr_t *io_reg_address, size_t *io_reg_size, int *irq_no) |
| Get I/O address of registers and IRQ for given device. | |
Definition in file pci.h.
1.4.7