- Timestamp:
- Mar 26, 2008 10:29:28 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29053
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vusb.h
r7140 r7567 919 919 { 920 920 /** The endpoint descriptor address. */ 921 uint32_tEdAddr;921 RTGCPHYS32 EdAddr; 922 922 /** Number of Tds in the array. */ 923 923 uint32_t cTds; … … 928 928 uint32_t TdType; 929 929 /** The address of the */ 930 uint32_tTdAddr;930 RTGCPHYS32 TdAddr; 931 931 /** A copy of the TD. */ 932 932 uint32_t TdCopy[16];
Note:
See TracChangeset
for help on using the changeset viewer.