Changeset 57358 in vbox for trunk/src/VBox/Devices/Misc
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Misc/VirtualKD.cpp
r56292 r57358 19 19 */ 20 20 21 /******************************************************************************* 22 * Header Files * 23 *******************************************************************************/ 21 22 /********************************************************************************************************************************* 23 * Header Files * 24 *********************************************************************************************************************************/ 24 25 #define LOG_GROUP LOG_GROUP_DEV_VIRTUALKD 25 26 #include <VBox/vmm/pdmdev.h> … … 30 31 31 32 32 /******************************************************************************* 33 * Defined Constants And Macros *34 ******************************************************************************* /33 /********************************************************************************************************************************* 34 * Defined Constants And Macros * 35 *********************************************************************************************************************************/ 35 36 36 37 #define IKDClient_InterfaceVersion 3 37 38 38 39 39 /******************************************************************************* 40 * Structures and Typedefs *41 ******************************************************************************* /40 /********************************************************************************************************************************* 41 * Structures and Typedefs * 42 *********************************************************************************************************************************/ 42 43 43 44 typedef struct VKDREQUESTHDR … … 76 77 77 78 78 /******************************************************************************* 79 * Internal Functions *80 ******************************************************************************* /79 /********************************************************************************************************************************* 80 * Internal Functions * 81 *********************************************************************************************************************************/ 81 82 82 83 static DECLCALLBACK(int) vkdPortRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb)
Note:
See TracChangeset
for help on using the changeset viewer.