mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +03:00
Fix up find_pci_device so that it can be used for scanning for devices
*other* than the main boot device.
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
|
||||
#include "dev.h"
|
||||
|
||||
extern int main ( void );
|
||||
|
||||
extern struct dev dev;
|
||||
|
||||
extern int main ( void );
|
||||
extern void set_pci_device ( uint16_t busdevfn );
|
||||
|
||||
#endif /* MAIN_H */
|
||||
|
||||
Reference in New Issue
Block a user