VirtualBox

Ignore:
Timestamp:
Oct 8, 2015 2:51:53 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103213
Message:

VMM: Doxygen fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp

    r57358 r58116  
    21362136
    21372137
    2138 /** @interface_method_impl{PDMDEVHLP,pfnLdrGetRCInterfaceSymbols} */
     2138/** @interface_method_impl{PDMDEVHLPR3,pfnLdrGetRCInterfaceSymbols} */
    21392139static DECLCALLBACK(int) pdmR3DevHlp_LdrGetRCInterfaceSymbols(PPDMDEVINS pDevIns, void *pvInterface, size_t cbInterface,
    21402140                                                              const char *pszSymPrefix, const char *pszSymList)
     
    21742174
    21752175
    2176 /** @interface_method_impl{PDMDEVHLP,pfnLdrGetR0InterfaceSymbols} */
     2176/** @interface_method_impl{PDMDEVHLPR3,pfnLdrGetR0InterfaceSymbols} */
    21772177static DECLCALLBACK(int) pdmR3DevHlp_LdrGetR0InterfaceSymbols(PPDMDEVINS pDevIns, void *pvInterface, size_t cbInterface,
    21782178                                                              const char *pszSymPrefix, const char *pszSymList)
     
    22122212
    22132213
    2214 /** @interface_method_impl{PDMDEVHLP,pfnCallR0} */
     2214/** @interface_method_impl{PDMDEVHLPR3,pfnCallR0} */
    22152215static DECLCALLBACK(int) pdmR3DevHlp_CallR0(PPDMDEVINS pDevIns, uint32_t uOperation, uint64_t u64Arg)
    22162216{
     
    22612261
    22622262
    2263 /** @interface_method_impl{PDMDEVHLP,pfnVMGetSuspendReason} */
     2263/** @interface_method_impl{PDMDEVHLPR3,pfnVMGetSuspendReason} */
    22642264static DECLCALLBACK(VMSUSPENDREASON) pdmR3DevHlp_VMGetSuspendReason(PPDMDEVINS pDevIns)
    22652265{
     
    22742274
    22752275
    2276 /** @interface_method_impl{PDMDEVHLP,pfnVMGetResumeReason} */
     2276/** @interface_method_impl{PDMDEVHLPR3,pfnVMGetResumeReason} */
    22772277static DECLCALLBACK(VMRESUMEREASON) pdmR3DevHlp_VMGetResumeReason(PPDMDEVINS pDevIns)
    22782278{
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette