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

@@ -33,7 +33,7 @@ Literature dealing with the network protocols:
#include <gpxe/netdevice.h>
#include <gpxe/shell.h>
#include <gpxe/shell_banner.h>
#include <gpxe/autoboot.h>
#include <usr/autoboot.h>
/* Linker symbols */
extern char _bss[], _ebss[];