- Timestamp:
- Jan 31, 2007 11:02:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/pckbd.c
r1 r481 66 66 67 67 68 #ifndef VBOX_DEVICE_STRUCT_TESTCASE 68 69 /******************************************************************************* 69 70 * Internal Functions * … … 74 75 PDMBOTHCBDECL(int) kbdIOPortCommandWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb); 75 76 77 #endif /* !VBOX_DEVICE_STRUCT_TESTCASE */ 76 78 #endif /* VBOX */ 77 79 … … 224 226 #ifdef VBOX 225 227 /** Pointer to the device instance. */ 228 PPDMDEVINSGC pDevInsGC; 229 /** Pointer to the device instance. */ 226 230 PPDMDEVINSHC pDevInsHC; 227 /** Pointer to the device instance. */228 PPDMDEVINSGC pDevInsGC;229 231 /** 230 232 * Keyboard port - LUN#0. … … 261 263 } KBDState; 262 264 265 #ifndef VBOX_DEVICE_STRUCT_TESTCASE 263 266 #ifndef VBOX 264 267 KBDState kbd_state; … … 1750 1753 #endif /* IN_RING3 */ 1751 1754 #endif /* VBOX */ 1755 #endif /* !VBOX_DEVICE_STRUCT_TESTCASE */ 1756
Note:
See TracChangeset
for help on using the changeset viewer.