Changeset 37702 in vbox for trunk/include/VBox/vmm/em.h
- Timestamp:
- Jun 30, 2011 10:09:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/em.h
r35361 r37702 29 29 #include <VBox/types.h> 30 30 #include <VBox/vmm/trpm.h> 31 #include <VBox/dis.h>32 31 33 32 … … 189 188 VMMDECL(void) EMRemLock(PVM pVM); 190 189 VMMDECL(bool) EMRemIsLockOwner(PVM pVM); 191 VMMDECL(int) EM TryEnterRemLock(PVM pVM);190 VMMDECL(int) EMRemTryLock(PVM pVM); 192 191 /** @} */ 193 192
Note:
See TracChangeset
for help on using the changeset viewer.