VirtualBox

Ignore:
Timestamp:
Jul 11, 2008 12:46:31 PM (16 years ago)
Author:
vboxsync
Message:

return docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PDMAll.cpp

    r10492 r10520  
    188188
    189189/**
    190  * Check if the APIC has a pending interrupt/if a TPR change would active one
    191  *
    192  * @returns Pending interrupt yes/no
     190 * Check if the APIC has a pending interrupt/if a TPR change would active one.
     191 *
     192 * @returns VINF_SUCCESS or VERR_PDM_NO_APIC_INSTANCE.
    193193 * @param   pDevIns         Device instance of the APIC.
    194  * @param   pfPending       Pending state (out)
     194 * @param   pfPending       Pending state (out).
    195195 */
    196196PDMDECL(int) PDMApicHasPendingIrq(PVM pVM, bool *pfPending)
     
    206206    return VERR_PDM_NO_APIC_INSTANCE;
    207207}
     208
    208209
    209210/**
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