Changeset 58116 in vbox for trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp
- Timestamp:
- Oct 8, 2015 2:51:53 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103213
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp
r57358 r58116 2136 2136 2137 2137 2138 /** @interface_method_impl{PDMDEVHLP ,pfnLdrGetRCInterfaceSymbols} */2138 /** @interface_method_impl{PDMDEVHLPR3,pfnLdrGetRCInterfaceSymbols} */ 2139 2139 static DECLCALLBACK(int) pdmR3DevHlp_LdrGetRCInterfaceSymbols(PPDMDEVINS pDevIns, void *pvInterface, size_t cbInterface, 2140 2140 const char *pszSymPrefix, const char *pszSymList) … … 2174 2174 2175 2175 2176 /** @interface_method_impl{PDMDEVHLP ,pfnLdrGetR0InterfaceSymbols} */2176 /** @interface_method_impl{PDMDEVHLPR3,pfnLdrGetR0InterfaceSymbols} */ 2177 2177 static DECLCALLBACK(int) pdmR3DevHlp_LdrGetR0InterfaceSymbols(PPDMDEVINS pDevIns, void *pvInterface, size_t cbInterface, 2178 2178 const char *pszSymPrefix, const char *pszSymList) … … 2212 2212 2213 2213 2214 /** @interface_method_impl{PDMDEVHLP ,pfnCallR0} */2214 /** @interface_method_impl{PDMDEVHLPR3,pfnCallR0} */ 2215 2215 static DECLCALLBACK(int) pdmR3DevHlp_CallR0(PPDMDEVINS pDevIns, uint32_t uOperation, uint64_t u64Arg) 2216 2216 { … … 2261 2261 2262 2262 2263 /** @interface_method_impl{PDMDEVHLP ,pfnVMGetSuspendReason} */2263 /** @interface_method_impl{PDMDEVHLPR3,pfnVMGetSuspendReason} */ 2264 2264 static DECLCALLBACK(VMSUSPENDREASON) pdmR3DevHlp_VMGetSuspendReason(PPDMDEVINS pDevIns) 2265 2265 { … … 2274 2274 2275 2275 2276 /** @interface_method_impl{PDMDEVHLP ,pfnVMGetResumeReason} */2276 /** @interface_method_impl{PDMDEVHLPR3,pfnVMGetResumeReason} */ 2277 2277 static DECLCALLBACK(VMRESUMEREASON) pdmR3DevHlp_VMGetResumeReason(PPDMDEVINS pDevIns) 2278 2278 {
Note:
See TracChangeset
for help on using the changeset viewer.