VirtualBox

Changeset 21725 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 20, 2009 1:10:08 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50292
Message:

iprt: Added RTMpGetDescription.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/mp.h

    r20374 r21725  
    181181RTDECL(uint32_t) RTMpGetMaxFrequency(RTCPUID idCpu);
    182182
     183/**
     184 * Get the CPU description string.
     185 *
     186 * The CPU must be online.
     187 *
     188 * @returns IPRT status code.
     189 * @param   idCpu       The identifier of the CPU.
     190 * @param   pszBuf      The output buffer.
     191 * @param   cbBuf       The size of the output buffer.
     192 */
     193RTDECL(int) RTMpGetDescription(RTCPUID idCpu, char *pszBuf, size_t cbBuf);
     194
    183195
    184196#ifdef IN_RING0
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