summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorMichael Brown2007-01-10 03:03:20 +0100
committerMichael Brown2007-01-10 03:03:20 +0100
commit55e590ab3aeac9a7fb5067bcef1e79922d91e67a (patch)
tree4b6cec58e83818b9d71d29cdd4a8d4ef97b5e992 /src/usr
parentAdded network interface management commands (diff)
downloadipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.tar.gz
ipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.tar.xz
ipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.zip
Move header file for usr/autoboot.c to include/usr
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/autoboot.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c
index 5cfde823d..057b70cd0 100644
--- a/src/usr/autoboot.c
+++ b/src/usr/autoboot.c
@@ -20,7 +20,7 @@
#include <vsprintf.h>
#include <gpxe/netdevice.h>
#include <usr/ifmgmt.h>
-#include <gpxe/autoboot.h>
+#include <usr/autoboot.h>
/** @file
*
@@ -39,6 +39,8 @@ void autoboot ( void ) {
if ( ( rc = ifopen ( netdev ) ) != 0 )
continue;
+ ifstat ( netdev );
+
test_dhcp ( netdev );
ifclose ( netdev );