Forgot these two in last commit.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17616 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2006-05-28 11:11:28 +00:00
parent 11bd72c28c
commit 30c18ecbf6

View File

@ -107,6 +107,7 @@ typedef struct
void * buffer_log; // Link to the buffer
} uhci_td;
#define TD_STATUS_3_ERRORS ( 3 << 27 )
#define TD_STATUS_LOWSPEED ( 1 << 26 )
#define TD_STATUS_IOS ( 1 << 25 )
#define TD_STATUS_IOC ( 1 << 24 )