VirtualBox

Changeset 76382 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Dec 23, 2018 12:47:17 AM (6 years ago)
Author:
vboxsync
Message:

include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for VBOXHGCMSVCPARM as it drags in all kinds of stuff. bugref:9344

Location:
trunk/src/VBox/Devices
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHDA.cpp

    r76158 r76382  
    4040#include <iprt/file.h>
    4141#include <iprt/list.h>
     42# include <iprt/string.h>
    4243#ifdef IN_RING3
    4344# include <iprt/mem.h>
    4445# include <iprt/semaphore.h>
    45 # include <iprt/string.h>
    4646# include <iprt/uuid.h>
    4747#endif
  • trunk/src/VBox/Devices/Network/DevVirtioNet.cpp

    r73415 r76382  
    3030#include <iprt/net.h>
    3131#include <iprt/semaphore.h>
     32#include <iprt/string.h>
    3233#ifdef IN_RING3
    3334# include <iprt/mem.h>
    3435# include <iprt/uuid.h>
    35 #endif /* IN_RING3 */
     36#endif
    3637#include <VBox/VBoxPktDmp.h>
    3738#include "VBoxDD.h"
  • trunk/src/VBox/Devices/Storage/DrvHostBase-linux.cpp

    r69500 r76382  
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
     18/*********************************************************************************************************************************
     19*   Header Files                                                                                                                 *
     20*********************************************************************************************************************************/
    1721#define LOG_GROUP LOG_GROUP_DRV_HOST_BASE
    1822#include <sys/ioctl.h>
     
    3741#include <iprt/mem.h>
    3842#include <iprt/file.h>
     43#include <iprt/string.h>
    3944#include <VBox/scsi.h>
    4045
    41 /** Maximum buffer size supported by the kernel interface. */
    42 #define LNX_SCSI_MAX_BUFFER_SIZE (100 * _1K)
    4346
    4447/**
    45  * Host backend specific data.
     48 * Host backend specific data (needed by DrvHostBase.h).
    4649 */
    4750typedef struct DRVHOSTBASEOS
     
    6164#define DRVHOSTBASE_OS_INT_DECLARED
    6265#include "DrvHostBase.h"
     66
     67
     68/*********************************************************************************************************************************
     69*   Defined Constants And Macros                                                                                                 *
     70*********************************************************************************************************************************/
     71/** Maximum buffer size supported by the kernel interface. */
     72#define LNX_SCSI_MAX_BUFFER_SIZE (100 * _1K)
     73
     74
     75
     76
    6377
    6478DECLHIDDEN(int) drvHostBaseScsiCmdOs(PDRVHOSTBASE pThis, const uint8_t *pbCmd, size_t cbCmd, PDMMEDIATXDIR enmTxDir,
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