VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102121
Message:

*: scm cleanup run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp

    r57252 r57358  
    1616 */
    1717
    18 /*******************************************************************************
    19 *   Header Files                                                               *
    20 *******************************************************************************/
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2122#define LOG_GROUP LOG_GROUP_NET_ADP_DRV
    2223#include "../../../Runtime/r0drv/darwin/the-darwin-kernel.h"
     
    5758#include "../VBoxNetAdpInternal.h"
    5859
    59 /*******************************************************************************
    60 *   Defined Constants And Macros                                               *
    61 *******************************************************************************/
     60
     61/*********************************************************************************************************************************
     62*   Defined Constants And Macros                                                                                                 *
     63*********************************************************************************************************************************/
    6264/** The maximum number of SG segments.
    6365 * Used to prevent stack overflow and similar bad stuff. */
     
    7072#define VBOXNETADP_FROM_IFACE(iface) ((PVBOXNETADP) ifnet_softc(iface))
    7173
    72 /*******************************************************************************
    73 *   Internal Functions                                                         *
    74 *******************************************************************************/
     74
     75/*********************************************************************************************************************************
     76*   Internal Functions                                                                                                           *
     77*********************************************************************************************************************************/
    7578RT_C_DECLS_BEGIN
    7679static kern_return_t    VBoxNetAdpDarwinStart(struct kmod_info *pKModInfo, void *pvData);
     
    8285static int VBoxNetAdpDarwinIOCtl(dev_t Dev, u_long iCmd, caddr_t pData, int fFlags, struct proc *pProcess);
    8386
    84 /*******************************************************************************
    85 *   Global Variables                                                           *
    86 *******************************************************************************/
     87
     88/*********************************************************************************************************************************
     89*   Global Variables                                                                                                             *
     90*********************************************************************************************************************************/
    8791/**
    8892 * Declare the module stuff.
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