Changeset 32935 in vbox for trunk/include/VBox/pdmapi.h
- Timestamp:
- Oct 6, 2010 9:28:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmapi.h
r30072 r32935 44 44 VMMDECL(int) PDMIsaSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level); 45 45 VMMDECL(int) PDMIoApicSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level); 46 VMMDECL(int) PDMIoApicSendMsi(PVM pVM, RTGCPHYS GCAddr, uint32_t uValue); 46 47 VMMDECL(bool) PDMHasIoApic(PVM pVM); 47 48 VMMDECL(int) PDMApicHasPendingIrq(PVM pVM, bool *pfPending);
Note:
See TracChangeset
for help on using the changeset viewer.