mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +03:00
Split UNDI load/unload out into undiload.c.
This commit is contained in:
14
src/arch/i386/include/undiload.h
Normal file
14
src/arch/i386/include/undiload.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _UNDILOAD_H
|
||||
#define _UNDILOAD_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* UNDI load/unload
|
||||
*
|
||||
*/
|
||||
|
||||
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 );
|
||||
|
||||
#endif /* _UNDILOAD_H */
|
||||
Reference in New Issue
Block a user