Changeset 11303
- Timestamp:
- 08/09/08 01:04:29 (3 months ago)
- Files:
-
- trunk/include/VBox/types.h (modified) (1 diff)
- trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) (1 diff)
- trunk/src/VBox/VMM/IOMInternal.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/types.h
r11157 r11303 140 140 /** RC pointer to a PDM Device Instance. */ 141 141 typedef RCPTRTYPE(PPDMDEVINS) PPDMDEVINSRC; 142 /** @deprecated */143 typedef PPDMDEVINSRC PPDMDEVINSGC;144 142 145 143 /** Pointer to a PDM USB Device Instance. */ trunk/src/VBox/Devices/Input/DevPS2.cpp
r11284 r11303 225 225 #ifdef VBOX 226 226 /** Pointer to the device instance - RC. */ 227 PPDMDEVINS GC pDevInsRC;227 PPDMDEVINSRC pDevInsRC; 228 228 /** Pointer to the device instance - R3 . */ 229 229 PPDMDEVINSR3 pDevInsR3; trunk/src/VBox/VMM/IOMInternal.h
r10538 r11303 80 80 RCPTRTYPE(void *) pvUserGC; 81 81 /** Pointer to device instance. */ 82 PPDMDEVINS GC pDevInsGC;82 PPDMDEVINSRC pDevInsGC; 83 83 /** Pointer to write callback function. */ 84 84 RCPTRTYPE(PFNIOMMMIOWRITE) pfnWriteCallbackGC;

