Changeset 43472 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Sep 29, 2012 7:54:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r41847 r43472 396 396 /** Indicates that the device needs to be notified before the drivers when powering off. */ 397 397 #define PDM_DEVREG_FLAGS_FIRST_POWEROFF_NOTIFICATION 0x00004000 398 399 /** Indicates that the device needs to be notified before the drivers when resetting. */ 400 #define PDM_DEVREG_FLAGS_FIRST_RESET_NOTIFICATION 0x00008000 398 401 /** @} */ 399 402
Note:
See TracChangeset
for help on using the changeset viewer.