mirror of https://github.com/ipxe/ipxe.git
Added missing declarations
parent
aff96c13d2
commit
6115356859
|
@ -7,6 +7,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
struct undi_device;
|
||||
struct undi_rom;
|
||||
|
||||
extern int undi_load_pci ( struct undi_device *undi, struct undi_rom *undirom,
|
||||
unsigned int bus, unsigned int devfn );
|
||||
extern int undi_unload ( struct undi_device *undi );
|
||||
|
|
Loading…
Reference in New Issue