Changeset 29250 in vbox for trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp
- Timestamp:
- May 9, 2010 5:53:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp
r28800 r29250 1 /* $Id$ */ 1 2 /** @file 2 *3 3 * Simple VBox HDD container test utility. 4 4 */ … … 16 16 */ 17 17 18 /******************************************************************************* 19 * Header Files * 20 *******************************************************************************/ 18 21 #include <VBox/VBoxHDD.h> 19 22 #include <VBox/err.h> 20 23 #include <VBox/log.h> 21 #include <iprt/asm .h>24 #include <iprt/asm-amd64-x86.h> 22 25 #include <iprt/dir.h> 23 26 #include <iprt/string.h>
Note:
See TracChangeset
for help on using the changeset viewer.