Changeset 5811 in vbox
- Timestamp:
- Nov 21, 2007 8:33:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26231
- Location:
- trunk/include/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r5758 r5811 839 839 * perform any PCI operations. The device forgot to register it self. */ 840 840 #define VERR_PDM_NOT_PCI_DEVICE (-2834) 841 /** The async completion template is still used. */ 842 #define VERR_PDM_ASYNC_TEMPLATE_BUSY (-2835) 843 /** The async completion task is already suspended. */ 844 #define VERR_PDM_ASYNC_COMPLETION_ALREADY_SUSPENDED (-2836) 845 /** The async completion task is not suspended. */ 846 #define VERR_PDM_ASYNC_COMPLETION_NOT_SUSPENDED (-2837) 841 847 842 848 /** The version of the device registration structure is unknown -
trunk/include/VBox/log.h
r5808 r5811 207 207 /** PDM group. */ 208 208 LOG_GROUP_PDM, 209 /** PDM Async completion group. */ 210 LOG_GROUP_PDM_ASYNC_COMPLETION, 209 211 /** PDM Device group. */ 210 212 LOG_GROUP_PDM_DEVICE, … … 366 368 "PATM", \ 367 369 "PDM", \ 370 "PDM_ASYNC_COMPLETION", \ 368 371 "PDM_DEVICE", \ 369 372 "PDM_DRIVER", \ -
trunk/include/VBox/mm.h
r5605 r5811 162 162 163 163 MM_TAG_PDM, 164 MM_TAG_PDM_ASYNC_COMPLETION, 164 165 MM_TAG_PDM_DEVICE, 165 166 MM_TAG_PDM_DEVICE_USER,
Note:
See TracChangeset
for help on using the changeset viewer.