VirtualBox

Changeset 481 in vbox for trunk/src


Ignore:
Timestamp:
Jan 31, 2007 11:02:03 PM (18 years ago)
Author:
vboxsync
Message:

64-bit alignment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/pckbd.c

    r1 r481  
    6666
    6767
     68#ifndef VBOX_DEVICE_STRUCT_TESTCASE
    6869/*******************************************************************************
    6970*   Internal Functions                                                         *
     
    7475PDMBOTHCBDECL(int) kbdIOPortCommandWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb);
    7576
     77#endif /* !VBOX_DEVICE_STRUCT_TESTCASE */
    7678#endif /* VBOX */
    7779
     
    224226#ifdef VBOX
    225227    /** Pointer to the device instance. */
     228    PPDMDEVINSGC                pDevInsGC;
     229    /** Pointer to the device instance. */
    226230    PPDMDEVINSHC                pDevInsHC;
    227     /** Pointer to the device instance. */
    228     PPDMDEVINSGC                pDevInsGC;
    229231    /**
    230232     * Keyboard port - LUN#0.
     
    261263} KBDState;
    262264
     265#ifndef VBOX_DEVICE_STRUCT_TESTCASE
    263266#ifndef VBOX
    264267KBDState kbd_state;
     
    17501753#endif /* IN_RING3 */
    17511754#endif /* VBOX */
     1755#endif /* !VBOX_DEVICE_STRUCT_TESTCASE */
     1756
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