VirtualBox

Changeset 57358 in vbox for trunk/src/VBox/Devices/Parallel


Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

Location:
trunk/src/VBox/Devices/Parallel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Parallel/DevParallel.cpp

    r56292 r57358  
    1919 */
    2020
    21 /*******************************************************************************
    22 *   Header Files                                                               *
    23 *******************************************************************************/
     21
     22/*********************************************************************************************************************************
     23*   Header Files                                                                                                                 *
     24*********************************************************************************************************************************/
    2425#define LOG_GROUP LOG_GROUP_DEV_PARALLEL
    2526#include <VBox/vmm/pdmdev.h>
     
    3233
    3334
    34 /*******************************************************************************
    35 *   Defined Constants And Macros                                               *
    36 *******************************************************************************/
     35/*********************************************************************************************************************************
     36*   Defined Constants And Macros                                                                                                 *
     37*********************************************************************************************************************************/
    3738#define PARALLEL_SAVED_STATE_VERSION 1
    3839
     
    8586
    8687
    87 /*******************************************************************************
    88 *   Structures and Typedefs                                                    *
    89 *******************************************************************************/
     88/*********************************************************************************************************************************
     89*   Structures and Typedefs                                                                                                      *
     90*********************************************************************************************************************************/
    9091/**
    9192 * Parallel device state.
     
    155156
    156157
    157 /*******************************************************************************
    158 *   Internal Functions                                                         *
    159 *******************************************************************************/
     158/*********************************************************************************************************************************
     159*   Internal Functions                                                                                                           *
     160*********************************************************************************************************************************/
    160161RT_C_DECLS_BEGIN
    161162PDMBOTHCBDECL(int) parallelIOPortRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb);
  • trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp

    r56292 r57358  
    1818 */
    1919
    20 /*******************************************************************************
    21 *   Header Files                                                               *
    22 *******************************************************************************/
     20
     21/*********************************************************************************************************************************
     22*   Header Files                                                                                                                 *
     23*********************************************************************************************************************************/
    2324#define LOG_GROUP LOG_GROUP_DRV_HOST_PARALLEL
    2425#include <VBox/vmm/pdmdrv.h>
     
    7273
    7374
    74 /*******************************************************************************
    75 *   Structures and Typedefs                                                    *
    76 *******************************************************************************/
     75/*********************************************************************************************************************************
     76*   Structures and Typedefs                                                                                                      *
     77*********************************************************************************************************************************/
    7778/**
    7879 * Host parallel port driver instance data.
     
    157158
    158159
    159 /*******************************************************************************
    160 *   Defined Constants And Macros                                               *
    161 *******************************************************************************/
     160/*********************************************************************************************************************************
     161*   Defined Constants And Macros                                                                                                 *
     162*********************************************************************************************************************************/
    162163#define CTRL_REG_OFFSET                 2
    163164#define STATUS_REG_OFFSET               1
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette