Changeset 30945 in vbox
- Timestamp:
- Jul 21, 2010 8:50:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r30800 r30945 2071 2071 /** @} */ 2072 2072 2073 2074 /** Forward declaration of the video accelerator command memory. */2075 struct VBVAMEMORY;2076 2073 /** Forward declaration of the guest information structure. */ 2077 2074 struct VBoxGuestInfo; … … 2080 2077 /** Forward declaration of the guest status structure */ 2081 2078 struct VBoxGuestStatus; 2079 2080 /** Forward declaration of the video accelerator command memory. */ 2081 struct VBVAMEMORY; 2082 2082 /** Pointer to video accelerator command memory. */ 2083 2083 typedef struct VBVAMEMORY *PVBVAMEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.