Changeset 10521 in vbox for trunk/include/VBox
- Timestamp:
- Jul 11, 2008 12:46:48 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33204
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmapi.h
r10492 r10521 73 73 74 74 /** 75 * Check if the APIC has a pending interrupt/if a TPR change would active one 76 * 77 * @returns Pending interrupt yes/no75 * Check if the APIC has a pending interrupt/if a TPR change would active one. 76 * 77 * @returns VINF_SUCCESS or VERR_PDM_NO_APIC_INSTANCE. 78 78 * @param pDevIns Device instance of the APIC. 79 * @param pfPending Pending state (out) 79 * @param pfPending Pending state (out). 80 80 */ 81 81 PDMDECL(int) PDMApicHasPendingIrq(PVM pVM, bool *pfPending);
Note:
See TracChangeset
for help on using the changeset viewer.