FreeStick  0.3
Cross Platform Open Sorce Joystick Lib
ImmrHIDUtilAddOn.h
Go to the documentation of this file.
1 // File: ImmrHIDUtilAddOn.h
2 // Abstract: Glue code to convert IOHIDDeviceRef's to (FFB) io_object_t's
3 // Version: 5.0
4 //
5 // Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple
6 // Inc. ("Apple") in consideration of your agreement to the following
7 // terms, and your use, installation, modification or redistribution of
8 // this Apple software constitutes acceptance of these terms. If you do
9 // not agree with these terms, please do not use, install, modify or
10 // redistribute this Apple software.
11 //
12 // In consideration of your agreement to abide by the following terms, and
13 // subject to these terms, Apple grants you a personal, non-exclusive
14 // license, under Apple's copyrights in this original Apple software (the
15 // "Apple Software"), to use, reproduce, modify and redistribute the Apple
16 // Software, with or without modifications, in source and/or binary forms;
17 // provided that if you redistribute the Apple Software in its entirety and
18 // without modifications, you must retain this notice and the following
19 // text and disclaimers in all such redistributions of the Apple Software.
20 // Neither the name, trademarks, service marks or logos of Apple Inc. may
21 // be used to endorse or promote products derived from the Apple Software
22 // without specific prior written permission from Apple. Except as
23 // expressly stated in this notice, no other rights or licenses, express or
24 // implied, are granted by Apple herein, including but not limited to any
25 // patent rights that may be infringed by your derivative works or by other
26 // works in which the Apple Software may be incorporated.
27 //
28 // The Apple Software is provided by Apple on an "AS IS" basis. APPLE
29 // MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
30 // THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS
31 // FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND
32 // OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
33 //
34 // IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL
35 // OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
36 // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
37 // INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION,
38 // MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED
39 // AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE),
40 // STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE
41 // POSSIBILITY OF SUCH DAMAGE.
42 //
43 // Copyright (C) 2010 Apple Inc. All Rights Reserved.
44 //
45 // *****************************************************
46 #include <IOKit/IOKitLib.h>
47 #include <IOKit/hid/IOHIDLib.h>
48 
49 extern io_service_t AllocateHIDObjectFromIOHIDDeviceRef(IOHIDDeviceRef inIOHIDDeviceRef);
50 extern bool FreeHIDObject(io_object_t inHIDObject);
bool FreeHIDObject(io_object_t inHIDObject)
io_service_t AllocateHIDObjectFromIOHIDDeviceRef(IOHIDDeviceRef inIOHIDDeviceRef)
Definition: ImmrHIDUtilAddOn.c:59