Changeset 49634 in vbox for trunk/src/VBox/HostDrivers/Support/os2
- Timestamp:
- Nov 22, 2013 6:11:29 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp
r47537 r49634 421 421 422 422 423 #ifdef SUPDRV_WITH_MSR_PROBER 424 425 int VBOXCALL supdrvOSMsrProberRead(uint32_t uMsr, RTCPUID idCpu, uint64_t *puValue) 426 { 427 NOREF(uMsr); NOREF(idCpu); NOREF(puValue); 428 return VERR_NOT_SUPPORTED; 429 } 430 431 432 int VBOXCALL supdrvOSMsrProberWrite(uint32_t uMsr, RTCPUID idCpu, uint64_t uValue) 433 { 434 NOREF(uMsr); NOREF(idCpu); NOREF(uValue); 435 return VERR_NOT_SUPPORTED; 436 } 437 438 439 int VBOXCALL supdrvOSMsrProberModify(RTCPUID idCpu, PSUPMSRPROBER pReq) 440 { 441 NOREF(idCpu); NOREF(pReq); 442 return VERR_NOT_SUPPORTED; 443 } 444 445 #endif /* SUPDRV_WITH_MSR_PROBER */ 446 447 423 448 /** 424 449 * Callback for writing to the log buffer.
Note:
See TracChangeset
for help on using the changeset viewer.