mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 23:41:45 +03:00
Add placeholder ibft.h
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
#include <vsprintf.h>
|
||||
#include <gpxe/netdevice.h>
|
||||
#include <gpxe/iscsi.h>
|
||||
#if 0
|
||||
#include <gpxe/ibft.h>
|
||||
#endif
|
||||
#include <int13.h>
|
||||
|
||||
static struct iscsi_device test_iscsidev;
|
||||
@@ -35,9 +33,7 @@ int test_iscsiboot ( const char *initiator_iqn,
|
||||
printf ( "Could not reach %s\n", target_iqn );
|
||||
return rc;
|
||||
}
|
||||
#if 0
|
||||
ibft_fill_data ( netdev, initiator_iqn, target, target_iqn );
|
||||
#endif
|
||||
memset ( &drive, 0, sizeof ( drive ) );
|
||||
drive.drive = drivenum;
|
||||
drive.blockdev = &test_iscsidev.scsi.blockdev;
|
||||
|
||||
Reference in New Issue
Block a user