Changeset 1550 in vbox for trunk/include
- Timestamp:
- Mar 17, 2007 12:36:52 AM (18 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r669 r1550 295 295 296 296 /** guest information structure */ 297 typedef struct 297 typedef struct VBoxGuestInfo 298 298 { 299 299 /** The VMMDev interface version expected by additions. */ -
trunk/include/VBox/pdm.h
r1487 r1550 30 30 #include <VBox/err.h> 31 31 #include <VBox/pci.h> 32 #include <VBox/VBoxGuest.h>33 32 34 33 #include <iprt/critsect.h> … … 1659 1658 } PDMIVMMDEVPORT; 1660 1659 1661 /** Forward declaration of video accelerator command memory. */1660 /** Forward declaration of the video accelerator command memory. */ 1662 1661 struct _VBVAMEMORY; 1662 /** Forward declaration of the guest information structure. */ 1663 struct VBoxGuestInfo; 1663 1664 /** Pointer to video accelerator command memory. */ 1664 1665 typedef struct _VBVAMEMORY *PVBVAMEMORY; … … 1680 1681 * @thread The emulation thread. 1681 1682 */ 1682 DECLR3CALLBACKMEMBER(void, pfnUpdateGuestVersion,(PPDMIVMMDEVCONNECTOR pInterface, VBoxGuestInfo *pGuestInfo));1683 DECLR3CALLBACKMEMBER(void, pfnUpdateGuestVersion,(PPDMIVMMDEVCONNECTOR pInterface, struct VBoxGuestInfo *pGuestInfo)); 1683 1684 1684 1685 /**
Note:
See TracChangeset
for help on using the changeset viewer.