Changeset 57358 in vbox for trunk/src/VBox/Devices/Serial/DrvRawFile.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvRawFile.cpp
r56992 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DEFAULT 23 23 #include <VBox/vmm/pdmdrv.h> … … 33 33 34 34 35 /******************************************************************************* 36 * Defined Constants And Macros *37 ******************************************************************************* /35 /********************************************************************************************************************************* 36 * Defined Constants And Macros * 37 *********************************************************************************************************************************/ 38 38 /** Converts a pointer to DRVRAWFILE::IMedia to a PDRVRAWFILE. */ 39 39 #define PDMISTREAM_2_DRVRAWFILE(pInterface) ( (PDRVRAWFILE)((uintptr_t)pInterface - RT_OFFSETOF(DRVRAWFILE, IStream)) ) 40 40 41 41 42 /******************************************************************************* 43 * Structures and Typedefs *44 ******************************************************************************* /42 /********************************************************************************************************************************* 43 * Structures and Typedefs * 44 *********************************************************************************************************************************/ 45 45 /** 46 46 * Raw file output driver instance data.
Note:
See TracChangeset
for help on using the changeset viewer.