VirtualBox

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

*: scm cleanup run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c

    r56293 r57358  
    1616 */
    1717
    18 /*******************************************************************************
    19 *   Header Files                                                               *
    20 *******************************************************************************/
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2122#include "the-linux-kernel.h"
    2223#include "version-generated.h"
     
    4546#include "../VBoxNetAdpInternal.h"
    4647
    47 /*******************************************************************************
    48 *   Defined Constants And Macros                                               *
    49 *******************************************************************************/
     48
     49/*********************************************************************************************************************************
     50*   Defined Constants And Macros                                                                                                 *
     51*********************************************************************************************************************************/
    5052#define VBOXNETADP_LINUX_NAME      "vboxnet%d"
    5153#define VBOXNETADP_CTL_DEV_NAME    "vboxnetctl"
     
    5355#define VBOXNETADP_FROM_IFACE(iface) ((PVBOXNETADP) ifnet_softc(iface))
    5456
    55 /*******************************************************************************
    56 *   Internal Functions                                                         *
    57 *******************************************************************************/
     57
     58/*********************************************************************************************************************************
     59*   Internal Functions                                                                                                           *
     60*********************************************************************************************************************************/
    5861static int  VBoxNetAdpLinuxInit(void);
    5962static void VBoxNetAdpLinuxUnload(void);
     
    6972#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 36) */
    7073
    71 /*******************************************************************************
    72 *   Global Variables                                                           *
    73 *******************************************************************************/
     74
     75/*********************************************************************************************************************************
     76*   Global Variables                                                                                                             *
     77*********************************************************************************************************************************/
    7478module_init(VBoxNetAdpLinuxInit);
    7579module_exit(VBoxNetAdpLinuxUnload);
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