Changeset 41416 in vbox for trunk/include
- Timestamp:
- May 23, 2012 1:04:53 PM (13 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDevTesting.h
r38309 r41416 5 5 6 6 /* 7 * Copyright (C) 2010 Oracle Corporation7 * Copyright (C) 2010-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 77 77 * finally the name (zero terminated string). (RTTestValue) */ 78 78 #define VMMDEV_TESTING_CMD_VALUE UINT32_C(0xcab1e005) 79 /** Report a failure, sending reason (zero terminated string). (RTTestSkipped) */ 80 #define VMMDEV_TESTING_CMD_SKIPPED UINT32_C(0xcab1e006) 79 81 /** @} */ 80 82 -
trunk/include/VBox/VMMDevTesting.mac
r38309 r41416 20 20 %define VMMDEV_TESTING_CMD_FAILED 0xcab1e004 21 21 %define VMMDEV_TESTING_CMD_VALUE 0xcab1e005 22 %define VMMDEV_TESTING_CMD_SKIPPED 0xcab1e006 22 23 %define VMMDEV_TESTING_UNIT_PCT 0x01 23 24 %define VMMDEV_TESTING_UNIT_BYTES 0x02
Note:
See TracChangeset
for help on using the changeset viewer.