VirtualBox

Ignore:
Timestamp:
Apr 5, 2013 7:01:27 AM (12 years ago)
Author:
vboxsync
Message:

tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/haiku/VBoxVideo/driver/driver.cpp

    r43415 r45356  
    55
    66/*
    7  * Copyright (C) 2012 Oracle Corporation
     7 * Copyright (C) 2012 Oracle-2013 Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    114114struct DeviceInfo
    115115{
    116     uint32          openCount;                  /* Count of how many times device has been opened */
    117     uint32          flags;                                      /* Device flags */
    118     area_id         sharedArea;                 /* Area shared between driver and all accelerants */
    119     SharedInfo     *sharedInfo;                 /* Pointer to shared info area memory */
    120     pci_info        pciInfo;                    /* Copy of pci info for this device */
     116    uint32          openCount;              /* Count of how many times device has been opened */
     117    uint32          flags;                  /* Device flags */
     118    area_id         sharedArea;             /* Area shared between driver and all accelerants */
     119    SharedInfo     *sharedInfo;             /* Pointer to shared info area memory */
     120    pci_info        pciInfo;                /* Copy of pci info for this device */
    121121    char            name[B_OS_NAME_LENGTH]; /* Name of device */
    122122};
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