Changeset 27254 in vbox for trunk/include
- Timestamp:
- Mar 10, 2010 3:03:11 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58644
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmapi.h
r26939 r27254 44 44 45 45 VMMDECL(int) PDMGetInterrupt(PVMCPU pVCpu, uint8_t *pu8Interrupt); 46 VMMDECL(int) PDMIsaSetIrq(PVM pVM, uint8_t u8Irq, uint8_t u8Level , bool fIsaSource);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 48 VMMDECL(bool) PDMHasIoApic(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.