Searched defs:pu8Interrupt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPDMAll.cpp43 * @param pu8Interrupt Where to store the interrupt on success.
45 VMMDECL(int) PDMGetInterrupt(PVMCPU pVCpu, uint8_t *pu8Interrupt) argument
65 *pu8Interrupt = (uint8_t)i;
85 *pu8Interrupt = (uint8_t)i;

Completed in 71 milliseconds