Changeset 36153 in vbox for trunk/include
- Timestamp:
- Mar 3, 2011 4:14:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/rawpci.h
r36138 r36153 74 74 RTGCPHYS StartAddress; 75 75 uint64_t iRegionSize; 76 int32_t iRegion; 76 77 uint32_t fFlags; 77 78 /* out */ … … 88 89 RTR3PTR pvAddressR3; 89 90 RTR0PTR pvAddressR0; 91 int32_t iRegion; 90 92 } PCIRAWREQUNMAPREGION; 91 93 … … 296 298 RTHCPHYS RegionStart, 297 299 uint64_t u64RegionSize, 300 int32_t fFlags, 298 301 RTR0PTR *pRegionBaseR0)); 299 302 … … 304 307 */ 305 308 DECLR0CALLBACKMEMBER(int, pfnUnmapRegion,(PRAWPCIDEVPORT pPort, 309 int32_t iRegion, 306 310 RTHCPHYS RegionStart, 307 311 uint64_t u64RegionSize,
Note:
See TracChangeset
for help on using the changeset viewer.