9f81d2eb96
Patch functions with same signature
11 lines
301 B
C
Executable File
11 lines
301 B
C
Executable File
/*
|
|
* 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 ); |