Changeset 26061 in vbox for trunk/include
- Timestamp:
- Jan 27, 2010 10:18:30 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56980
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r25975 r26061 502 502 /** @name CPU hotplug monitor 503 503 * @{ */ 504 VBGLR3DECL(int) VbglR3CpuHot plugInit(void);505 VBGLR3DECL(int) VbglR3CpuHot plugTerm(void);506 VBGLR3DECL(int) VbglR3CpuHot plugWaitForEvent(VMMDevCpuEventType *penmEventType, uint32_t *pidCpuCore, uint32_t *pidCpuPackage);504 VBGLR3DECL(int) VbglR3CpuHotPlugInit(void); 505 VBGLR3DECL(int) VbglR3CpuHotPlugTerm(void); 506 VBGLR3DECL(int) VbglR3CpuHotPlugWaitForEvent(VMMDevCpuEventType *penmEventType, uint32_t *pidCpuCore, uint32_t *pidCpuPackage); 507 507 /** @} */ 508 508
Note:
See TracChangeset
for help on using the changeset viewer.