Changeset 21725 in vbox for trunk/include/iprt
- Timestamp:
- Jul 20, 2009 1:10:08 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50292
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mp.h
r20374 r21725 181 181 RTDECL(uint32_t) RTMpGetMaxFrequency(RTCPUID idCpu); 182 182 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 */ 193 RTDECL(int) RTMpGetDescription(RTCPUID idCpu, char *pszBuf, size_t cbBuf); 194 183 195 184 196 #ifdef IN_RING0
Note:
See TracChangeset
for help on using the changeset viewer.