Changeset 33928 in vbox
- Timestamp:
- Nov 10, 2010 9:16:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r33540 r33928 1697 1697 * @copydoc FNPDMDEVRELOCATE 1698 1698 */ 1699 static DECLCALLBACK(void) k dbRelocate(PPDMDEVINS pDevIns, RTGCINTPTR offDelta)1699 static DECLCALLBACK(void) kbdRelocate(PPDMDEVINS pDevIns, RTGCINTPTR offDelta) 1700 1700 { 1701 1701 KBDState *pThis = PDMINS_2_DATA(pDevIns, KBDState *); … … 1848 1848 kbdDestruct, 1849 1849 /* pfnRelocate */ 1850 k dbRelocate,1850 kbdRelocate, 1851 1851 /* pfnIOCtl */ 1852 1852 NULL,
Note:
See TracChangeset
for help on using the changeset viewer.