Added pxe_netdev; a slight hack for now, but will need to be done

properly for the PXE UNDI API anyway.
This commit is contained in:
Michael Brown
2006-08-09 02:58:27 +00:00
parent e9561aafc0
commit 75d26d884a
2 changed files with 4 additions and 0 deletions

View File

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