Changeset 30072 in vbox for trunk/include
- Timestamp:
- Jun 7, 2010 1:54:47 PM (15 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmapi.h
r30050 r30072 104 104 char *pszNearSym1, size_t cchNearSym1, PRTRCPTR pNearSym1, 105 105 char *pszNearSym2, size_t cchNearSym2, PRTRCPTR pNearSym2); 106 VMMR3DECL(int) PDMR3LdrQueryR0ModFromPC(PVM pVM, RTR0PTR uPC, 107 char *pszModName, size_t cchModName, PRTR0PTR pMod, 108 char *pszNearSym1, size_t cchNearSym1, PRTR0PTR pNearSym1, 109 char *pszNearSym2, size_t cchNearSym2, PRTR0PTR pNearSym2); 106 110 VMMR3DECL(int) PDMR3LdrGetInterfaceSymbols(PVM pVM, void *pvInterface, size_t cbInterface, 107 111 const char *pszModule, const char *pszSymPrefix, -
trunk/include/VBox/vmm.h
r29905 r30072 219 219 /** @} */ 220 220 VMMR3DECL(int) VMMR3EmtRendezvousFF(PVM pVM, PVMCPU pVCpu); 221 VMMR3DECL(int) VMMR3ReadR0Stack(PVM pVM, VMCPUID idCpu, RTHCUINTPTR pAddress, void *pvBuf, size_t cbRead);221 VMMR3DECL(int) VMMR3ReadR0Stack(PVM pVM, VMCPUID idCpu, RTHCUINTPTR R0Addr, void *pvBuf, size_t cbRead); 222 222 /** @} */ 223 223 #endif /* IN_RING3 */
Note:
See TracChangeset
for help on using the changeset viewer.