Changeset 72343 in vbox for trunk/include
- Timestamp:
- May 25, 2018 1:24:28 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122799
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/nem.h
r72300 r72343 99 99 * @{ 100 100 */ 101 VMM_INT_DECL(bool) NEMHCIsLongModeAllowed(PVM pVM); 101 102 VMM_INT_DECL(void) NEMHCNotifyHandlerPhysicalRegister(PVM pVM, PGMPHYSHANDLERKIND enmKind, RTGCPHYS GCPhys, RTGCPHYS cb); 102 103 VMM_INT_DECL(void) NEMHCNotifyHandlerPhysicalDeregister(PVM pVM, PGMPHYSHANDLERKIND enmKind, RTGCPHYS GCPhys, RTGCPHYS cb,
Note:
See TracChangeset
for help on using the changeset viewer.