Changeset 5845 in vbox
- Timestamp:
- Nov 26, 2007 7:08:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r5811 r5845 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)847 841 848 842 /** The version of the device registration structure is unknown … … 918 912 /** Couldn't find the USB Proxy device. Using OSE? */ 919 913 #define VERR_PDM_NO_USBPROXY (-2862) 920 914 /** The async completion template is still used. */ 915 #define VERR_PDM_ASYNC_TEMPLATE_BUSY (-2863) 916 /** The async completion task is already suspended. */ 917 #define VERR_PDM_ASYNC_COMPLETION_ALREADY_SUSPENDED (-2864) 918 /** The async completion task is not suspended. */ 919 #define VERR_PDM_ASYNC_COMPLETION_NOT_SUSPENDED (-2865) 921 920 /** @} */ 922 921
Note:
See TracChangeset
for help on using the changeset viewer.