Move header file for usr/autoboot.c to include/usr

This commit is contained in:
Michael Brown
2007-01-10 02:03:20 +00:00
parent d24b80acf2
commit 55e590ab3a
5 changed files with 24 additions and 18 deletions

View File

@@ -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 );