mirror of https://github.com/ipxe/ipxe.git
Added pxe_netdev; a slight hack for now, but will need to be done
properly for the PXE UNDI API anyway.pull/1/head
parent
e9561aafc0
commit
75d26d884a
|
@ -94,4 +94,6 @@ extern int ensure_pxe_state ( pxe_stack_state_t wanted );
|
|||
|
||||
extern pxe_stack_t *pxe_stack;
|
||||
|
||||
extern struct net_device *pxe_netdev;
|
||||
|
||||
#endif /* PXE_H */
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
#include "dev.h"
|
||||
#include "pxe.h"
|
||||
|
||||
struct net_device *pxe_netdev = NULL;
|
||||
|
||||
#if 0
|
||||
|
||||
/* Global pointer to currently installed PXE stack */
|
||||
|
|
Loading…
Reference in New Issue