david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

NBI is due for removal

This commit is contained in:
Michael Brown 2006-05-24 13:53:35 +00:00
parent 52125e158c
commit 190276a8b6
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,9 @@
#include "etherboot.h"
#include "errno.h"
#warning "This file is obsolete"
#if 0
/** @file
*
* NBI image format.
@ -410,3 +413,5 @@ struct image nbi_image __image = {
.load = nbi_load,
.boot = nbi_boot,
};
#endif