mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 22:08:48 +03:00
Quick hack to get AoE back in to the tree, on a par with the current
iSCSI hack.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <stdint.h>
|
||||
#include <gpxe/blockdev.h>
|
||||
#include <gpxe/uaccess.h>
|
||||
#include <gpxe/refcnt.h>
|
||||
|
||||
/** @file
|
||||
*
|
||||
@@ -195,6 +196,8 @@ struct ata_device {
|
||||
*/
|
||||
int ( * command ) ( struct ata_device *ata,
|
||||
struct ata_command *command );
|
||||
/** Backing device */
|
||||
struct refcnt *backend;
|
||||
};
|
||||
|
||||
extern int init_atadev ( struct ata_device *ata );
|
||||
|
||||
Reference in New Issue
Block a user