VirtualBox

Changeset 10425 in vbox


Ignore:
Timestamp:
Jul 9, 2008 2:08:23 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33085
Message:

Fixed incorrect function delcarations.

Location:
trunk/src/VBox/Runtime/generic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/RTMpGetCurFrequency-generic.cpp

    r10418 r10425  
    2929 */
    3030
    31 
    3231/*******************************************************************************
    3332*   Header Files                                                               *
    3433*******************************************************************************/
    3534#include <iprt/mp.h>
    36 #include <iprt/cpuset.h>
    3735
    3836
    39 RTDECL(RTCPUID) RTMpGetCurFrequency(void)
     37RTDECL(uint32_t) RTMpGetCurFrequency(RTCPUID idCpu)
    4038{
    41     /** @note this is a generic stub which returns "unknown". */
     39    NOREF(idCpu);
     40    /* this is a generic stub which returns "unknown". */
    4241    return 0;
    4342}
  • trunk/src/VBox/Runtime/generic/RTMpGetMaxFrequency-generic.cpp

    r10418 r10425  
    2929 */
    3030
    31 
    3231/*******************************************************************************
    3332*   Header Files                                                               *
    3433*******************************************************************************/
    3534#include <iprt/mp.h>
    36 #include <iprt/cpuset.h>
    3735
    3836
    39 RTDECL(RTCPUID) RTMpGetMaxFrequency(void)
     37RTDECL(uint32_t) RTMpGetMaxFrequency(RTCPUID idCpu)
    4038{
    41     /** @note this is a generic stub which returns "unknown". */
     39    NOREF(idCpu);
     40    /* this is a generic stub which returns "unknown". */
    4241    return 0;
    4342}
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