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:
Michael Lotz 2009-04-10 23:13:25 +00:00
parent 33d80ba202
commit 61f3dd4f28

View File

@ -277,6 +277,8 @@ enum {
ATA_ERROR_INVALID_ADDRESS = 0x10, // invalid CHS address
ATA_ERROR_MEDIA_CHANGE_REQUESTED = 0x08, // media change requested
ATA_ERROR_NO_MEDIA = 0x02, // no media
ATA_ERROR_ALL = 0xfe
};
typedef struct ata_channel_info *ata_channel_cookie;