Forgot this in the last commit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30110 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -277,6 +277,8 @@ enum {
|
|||||||
ATA_ERROR_INVALID_ADDRESS = 0x10, // invalid CHS address
|
ATA_ERROR_INVALID_ADDRESS = 0x10, // invalid CHS address
|
||||||
ATA_ERROR_MEDIA_CHANGE_REQUESTED = 0x08, // media change requested
|
ATA_ERROR_MEDIA_CHANGE_REQUESTED = 0x08, // media change requested
|
||||||
ATA_ERROR_NO_MEDIA = 0x02, // no media
|
ATA_ERROR_NO_MEDIA = 0x02, // no media
|
||||||
|
|
||||||
|
ATA_ERROR_ALL = 0xfe
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct ata_channel_info *ata_channel_cookie;
|
typedef struct ata_channel_info *ata_channel_cookie;
|
||||||
|
|||||||
Reference in New Issue
Block a user