aboutsummaryrefslogtreecommitdiff
path: root/HID Utilities Source/ImmrHIDUtilAddOn.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-30 05:47:56 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-30 05:47:56 +0000
commitfaa02ea1a208dccdc0df2c9ba567c09ca6c2e957 (patch)
treedcfd1a728e14a46c1e3f53839666fa3a96bc9686 /HID Utilities Source/ImmrHIDUtilAddOn.h
moved over sources from externals/hcs/hid/HID Utilities Source. This is not just a straight download of the .sit package, it includes some necessary updates that were posted to the Apple lists. See the history in externals/hcs/hid/HID Utilities Source for more info.svn2git-root
svn path=/trunk/externals/io/hidio/; revision=6532
Diffstat (limited to 'HID Utilities Source/ImmrHIDUtilAddOn.h')
-rwxr-xr-xHID Utilities Source/ImmrHIDUtilAddOn.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/HID Utilities Source/ImmrHIDUtilAddOn.h b/HID Utilities Source/ImmrHIDUtilAddOn.h
new file mode 100755
index 0000000..4563a61
--- /dev/null
+++ b/HID Utilities Source/ImmrHIDUtilAddOn.h
@@ -0,0 +1,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 );