Changeset 91973 in vbox
- Timestamp:
- Oct 21, 2021 4:19:10 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/VBox/vmm/pdmdev.h (modified) (1 diff)
-
src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r91968 r91973 4766 4766 * 4767 4767 * @returns Number of ticks per second. 4768 * @param p VM The cross context VM structure.4768 * @param pDevIns The device instance. 4769 4769 */ 4770 4770 DECLR3CALLBACKMEMBER(uint64_t, pfnTMCpuTicksPerSecond,(PPDMDEVINS pDevIns)); -
trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp
r91968 r91973 1149 1149 1150 1150 1151 /** @interface_method_impl{PDMDEVHLPR3,pfnCpuG uestScalableBusFrequency} */1151 /** @interface_method_impl{PDMDEVHLPR3,pfnCpuGetGuestScalableBusFrequency} */ 1152 1152 static DECLCALLBACK(uint64_t) pdmR3DevHlp_CpuGetGuestScalableBusFrequency(PPDMDEVINS pDevIns) 1153 1153 {
Note:
See TracChangeset
for help on using the changeset viewer.

