summaryrefslogtreecommitdiffstats
path: root/src/interface
diff options
context:
space:
mode:
authorMichael Brown2006-08-09 04:58:27 +0200
committerMichael Brown2006-08-09 04:58:27 +0200
commit75d26d884a17e765098b3101e6dc8afee7ed015c (patch)
tree071d1014d33eb75d47955b25bbd7e7692a6334f4 /src/interface
parentDerive xid dynamically from the netdev, so that we can call (diff)
downloadipxe-75d26d884a17e765098b3101e6dc8afee7ed015c.tar.gz
ipxe-75d26d884a17e765098b3101e6dc8afee7ed015c.tar.xz
ipxe-75d26d884a17e765098b3101e6dc8afee7ed015c.zip
Added pxe_netdev; a slight hack for now, but will need to be done
properly for the PXE UNDI API anyway.
Diffstat (limited to 'src/interface')
-rw-r--r--src/interface/pxe/pxe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/pxe/pxe.c b/src/interface/pxe/pxe.c
index 6731a9fd..80b411db 100644
--- a/src/interface/pxe/pxe.c
+++ b/src/interface/pxe/pxe.c
@@ -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 */