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:
Michael Brown
2005-04-12 18:04:03 +00:00
parent eb8f730d63
commit 762fa9a478
5 changed files with 66 additions and 44 deletions

View File

@@ -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 */