mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +03:00
Move header file for usr/autoboot.c to include/usr
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user