mirror of https://github.com/ipxe/ipxe.git
Will be replaced with a block-device implementation.
parent
8110f9b082
commit
52125e158c
|
@ -3,6 +3,9 @@
|
|||
#include "disk.h"
|
||||
#include "bios_disks.h"
|
||||
|
||||
#warning "This file is obsolete"
|
||||
#if 0
|
||||
|
||||
#define CF ( 1 << 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 ) {
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue