blob: 4563a6135c1024a9cd331da27465973e6404f7a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* ImmrHIDUtilAddOn.h
* UseFFAPIFromHIDUtilities
*
* Created by rlacroix on Wed Oct 16 2002.
* Copyright (c) 2002 Immersion Corporation. All rights reserved.
*
*/
//extern io_object_t AllocateHIDObjectFromRecDevice( pRecDevice pDevice );
//extern Boolean FreeHIDObject( io_object_t hidDevice );
io_service_t AllocateHIDObjectFromRecDevice( pRecDevice pDevice );
bool FreeHIDObject( io_service_t hidDevice );
|