david/ipxe
Archived
1
0

Will be replaced with a block-device implementation.

This commit is contained in:
Michael Brown 2006-05-24 13:52:46 +00:00
parent 8110f9b082
commit 52125e158c

View File

@ -3,6 +3,9 @@
#include "disk.h" #include "disk.h"
#include "bios_disks.h" #include "bios_disks.h"
#warning "This file is obsolete"
#if 0
#define CF ( 1 << 0 ) #define CF ( 1 << 0 )
#define BIOS_DISK_NONE 0 #define BIOS_DISK_NONE 0
@ -197,3 +200,5 @@ void bios_disk_fill_disk ( struct disk *disk __unused,
struct bios_disk_device *bios_disk __unused ) { struct bios_disk_device *bios_disk __unused ) {
} }
#endif