mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 14:32:49 +03:00
NBI is due for removal
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
#include "etherboot.h"
|
#include "etherboot.h"
|
||||||
#include "errno.h"
|
#include "errno.h"
|
||||||
|
|
||||||
|
#warning "This file is obsolete"
|
||||||
|
#if 0
|
||||||
|
|
||||||
/** @file
|
/** @file
|
||||||
*
|
*
|
||||||
* NBI image format.
|
* NBI image format.
|
||||||
@@ -410,3 +413,5 @@ struct image nbi_image __image = {
|
|||||||
.load = nbi_load,
|
.load = nbi_load,
|
||||||
.boot = nbi_boot,
|
.boot = nbi_boot,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user