Changeset 19995 in vbox for trunk/include
- Timestamp:
- May 25, 2009 12:31:34 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmapi.h
r19682 r19995 46 46 VMMDECL(int) PDMIsaSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level); 47 47 VMMDECL(int) PDMIoApicSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level); 48 VMMDECL(bool) PDMHasIoApic(PVM pVM); 48 49 VMMDECL(int) PDMApicHasPendingIrq(PVM pVM, bool *pfPending); 49 50 VMMDECL(int) PDMApicSetBase(PVM pVM, uint64_t u64Base);
Note:
See TracChangeset
for help on using the changeset viewer.