VirtualBox

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


Ignore:
Timestamp:
Jul 11, 2008 8:14:13 AM (16 years ago)
Author:
vboxsync
Message:

Added PDMApicHasPendingIrq.

File:
1 edited

Legend:

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

    r10202 r10492  
    944944
    945945    /**
     946     * Check if the APIC has a pending interrupt/if a TPR change would active one
     947     *
     948     * @returns Pending interrupt yes/no
     949     * @param   pDevIns         Device instance of the APIC.
     950     */
     951    DECLR3CALLBACKMEMBER(bool, pfnHasPendingIrqHC,(PPDMDEVINS pDevIns));
     952
     953    /**
    946954     * Set the APIC base.
    947955     *
     
    9981006    /** The name of the GC GetInterrupt entry point. */
    9991007    const char         *pszGetInterruptGC;
     1008    /** The name of the GC HasPendingIrq entry point. */
     1009    const char         *pszHasPendingIrqGC;
    10001010    /** The name of the GC SetBase entry point. */
    10011011    const char         *pszSetBaseGC;
     
    10111021    /** The name of the R0 GetInterrupt entry point. */
    10121022    const char         *pszGetInterruptR0;
     1023    /** The name of the R0 HasPendingIrq entry point. */
     1024    const char         *pszHasPendingIrqR0;
    10131025    /** The name of the R0 SetBase entry point. */
    10141026    const char         *pszSetBaseR0;
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