- Timestamp:
- Feb 2, 2012 6:00:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r39964 r39965 230 230 PPDMDEVINSR0 pDevInsR0; 231 231 232 #if HC_ARCH_BITS == 32 233 uint32_t Alignment0;234 #endif 232 /** Critical section protecting the state. */ 233 PDMCRITSECT CritSect; 234 235 235 /** Keyboard state (implemented in separate PS2K module). */ 236 236 PS2K Kbd; 237 /** Critical section protecting the state. */ 238 PDMCRITSECT CritSect; 239 240 #ifdef HC_ARCH_BITS //OLD_KBD 237 238 #if 1 //OLD_KBD 241 239 /** 242 240 * Keyboard port - LUN#0.
Note:
See TracChangeset
for help on using the changeset viewer.