diff options
| author | Michael Brown | 2006-05-24 15:53:35 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-24 15:53:35 +0200 |
| commit | 190276a8b6cddf5f3dd46d2615971a7929f8aa2d (patch) | |
| tree | e6765d950891968ba2f1135cfa6ec459cc18d77a /src | |
| parent | Will be replaced with a block-device implementation. (diff) | |
| download | ipxe-190276a8b6cddf5f3dd46d2615971a7929f8aa2d.tar.gz ipxe-190276a8b6cddf5f3dd46d2615971a7929f8aa2d.tar.xz ipxe-190276a8b6cddf5f3dd46d2615971a7929f8aa2d.zip | |
NBI is due for removal
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/image/nbi.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/i386/image/nbi.c b/src/arch/i386/image/nbi.c index b7c13e593..c50a78c36 100644 --- a/src/arch/i386/image/nbi.c +++ b/src/arch/i386/image/nbi.c @@ -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 |
