Files
ipxe/src/include/main.h
Michael Brown 762fa9a478 Fix up find_pci_device so that it can be used for scanning for devices
*other* than the main boot device.
2005-04-12 18:04:03 +00:00

12 lines
170 B
C

#ifndef MAIN_H
#define MAIN_H
#include "dev.h"
extern struct dev dev;
extern int main ( void );
extern void set_pci_device ( uint16_t busdevfn );
#endif /* MAIN_H */