Quick hack to get AoE back in to the tree, on a par with the current

iSCSI hack.
This commit is contained in:
Michael Brown
2007-07-29 02:31:14 +01:00
parent a6a1052096
commit 43013da9bf
8 changed files with 187 additions and 181 deletions

View File

@@ -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 );