VirtualBox

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


Ignore:
Timestamp:
Aug 3, 2007 12:44:13 AM (17 years ago)
Author:
vboxsync
Message:

Use pdmdrv.h and pdmdev.h where appropirate.

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

Legend:

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

    r3649 r4014  
    2626*******************************************************************************/
    2727#define LOG_GROUP LOG_GROUP_DEV_PARALLEL
    28 #include <VBox/pdm.h>
    29 #include <VBox/err.h>
    30 
    31 #include <VBox/log.h>
     28#include <VBox/pdmdev.h>
    3229#include <iprt/assert.h>
    3330#include <iprt/uuid.h>
  • trunk/src/VBox/Devices/Parallel/DrvHostParallel.cpp

    r3666 r4014  
    2424*******************************************************************************/
    2525#define LOG_GROUP LOG_GROUP_DRV_HOST_PARALLEL
    26 #include <VBox/pdm.h>
    27 #include <VBox/err.h>
    28 
    29 #include <VBox/log.h>
     26#include <VBox/pdmdrv.h>
    3027#include <iprt/asm.h>
    3128#include <iprt/assert.h>
     
    3431
    3532#ifdef RT_OS_LINUX
    36 #include <sys/ioctl.h>
    37 #include <sys/types.h>
    38 #include <sys/stat.h>
    39 #include <fcntl.h>
    40 #include <unistd.h>
    41 #include <linux/ppdev.h>
    42 #include <linux/parport.h>
     33# include <sys/ioctl.h>
     34# include <sys/types.h>
     35# include <sys/stat.h>
     36# include <fcntl.h>
     37# include <unistd.h>
     38# include <linux/ppdev.h>
     39# include <linux/parport.h>
    4340#endif
    44 
    4541
    4642#include "Builtins.h"
    4743#include "ParallelIOCtlCmd.h"
     44
    4845
    4946/*******************************************************************************
    5047*   Structures and Typedefs                                                    *
    5148*******************************************************************************/
    52 
    5349/**
    5450 * Host parallel port driver instance data.
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