mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-24 12:11:33 +00:00
Will be replaced with a block-device implementation.
This commit is contained in:
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
Block a user