11 lines
301 B
C
11 lines
301 B
C
|
/*
|
||
|
* 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 bool FreeHIDObject( io_object_t hidDevice );
|