Changeset 32912 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 5, 2010 1:04:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/internal/em.h
r32171 r32912 21 21 #include <VBox/em.h> 22 22 23 VMMR3DECL(int) EMR3NotifyResume(PVM pVM);24 VMMR3DECL(int) EMR3NotifySuspend(PVM pVM);23 VMMR3DECL(int) EMR3NotifyResume(PVM pVM); 24 VMMR3DECL(int) EMR3NotifySuspend(PVM pVM); 25 25 26 26 #endif
Note:
See TracChangeset
for help on using the changeset viewer.