mirror of
https://github.com/ipxe/ipxe
synced 2026-02-02 19:57:34 +03:00
[pci] Generalise function-level reset mechanism
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -309,6 +309,7 @@ extern int pci_find_capability ( struct pci_device *pci, int capability );
|
||||
extern int pci_find_next_capability ( struct pci_device *pci,
|
||||
int pos, int capability );
|
||||
extern unsigned long pci_bar_size ( struct pci_device *pci, unsigned int reg );
|
||||
extern void pci_reset ( struct pci_device *pci, unsigned int exp );
|
||||
|
||||
/**
|
||||
* Initialise PCI device
|
||||
|
||||
Reference in New Issue
Block a user