Will be replaced with a block-device implementation.

pull/1/head
Michael Brown 2006-05-24 13:52:46 +00:00
parent 8110f9b082
commit 52125e158c
1 changed files with 5 additions and 0 deletions

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