Changeset 81841 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Nov 14, 2019 2:12:01 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMInternal.h
r81413 r81841 73 73 # define PDMCRITSECTRW_STRICT 74 74 #endif 75 76 /** The maximum device instance (total) size, ring-0/raw-mode capable devices. */ 77 #define PDM_MAX_DEVICE_INSTANCE_SIZE _4M 78 /** The maximum device instance (total) size, ring-3 only devices. */ 79 #define PDM_MAX_DEVICE_INSTANCE_SIZE_R3 _8M 80 75 81 76 82
Note:
See TracChangeset
for help on using the changeset viewer.