VirtualBox

Changeset 11169 in vbox for trunk/include/VBox/pdmdev.h


Ignore:
Timestamp:
Aug 6, 2008 12:50:03 AM (16 years ago)
Author:
vboxsync
Message:

#1865: PCI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmdev.h

    r11164 r11169  
    505505
    506506/**
    507  * PCI Bus GC helpers.
    508  */
    509 typedef struct PDMPCIHLPGC
    510 {
    511     /** Structure version. PDM_PCIHLPGC_VERSION defines the current version. */
     507 * PCI Bus RC helpers.
     508 */
     509typedef struct PDMPCIHLPRC
     510{
     511    /** Structure version. PDM_PCIHLPRC_VERSION defines the current version. */
    512512    uint32_t                    u32Version;
    513513
     
    551551    /** Just a safety precaution. */
    552552    uint32_t                    u32TheEnd;
    553 } PDMPCIHLPGC;
     553} PDMPCIHLPRC;
    554554/** Pointer to PCI helpers. */
    555 typedef RCPTRTYPE(PDMPCIHLPGC *) PPDMPCIHLPGC;
     555typedef RCPTRTYPE(PDMPCIHLPRC *) PPDMPCIHLPRC;
    556556/** Pointer to const PCI helpers. */
    557 typedef RCPTRTYPE(const PDMPCIHLPGC *) PCPDMPCIHLPGC;
     557typedef RCPTRTYPE(const PDMPCIHLPRC *) PCPDMPCIHLPRC;
    558558
    559559/** Current PDMPCIHLPR3 version number. */
    560 #define PDM_PCIHLPGC_VERSION  0xe1010000
     560#define PDM_PCIHLPRC_VERSION  0xe1010000
    561561
    562562
     
    656656
    657657    /**
    658      * Gets the address of the GC PCI Bus helpers.
     658     * Gets the address of the RC PCI Bus helpers.
    659659     *
    660660     * This should be called at both construction and relocation time
    661      * to obtain the correct address of the GC helpers.
    662      *
    663      * @returns GC pointer to the PCI Bus helpers.
     661     * to obtain the correct address of the RC helpers.
     662     *
     663     * @returns RC pointer to the PCI Bus helpers.
    664664     * @param   pDevIns         Device instance of the PCI Bus.
    665665     * @thread  EMT only.
    666666     */
    667     DECLR3CALLBACKMEMBER(PCPDMPCIHLPGC, pfnGetGCHelpers,(PPDMDEVINS pDevIns));
     667    DECLR3CALLBACKMEMBER(PCPDMPCIHLPRC, pfnGetRCHelpers,(PPDMDEVINS pDevIns));
    668668
    669669    /**
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