FreeStick  0.3
Cross Platform Open Sorce Joystick Lib
IOHIDLib_.h
Go to the documentation of this file.
1 // File: IOHIDLib_.h
2 // Abstract: Single include file for all header files of IOHIDLib
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 #ifndef __IOHIDLib___
47 #define __IOHIDLib___
48 
49 // *****************************************************
50 #pragma mark - includes & imports
51 // -----------------------------------------------------
52 #include <IOKit/hid/IOHIDLib.h>
53 
54 #include "IOHIDDevice_.h"
55 #include "IOHIDElement_.h"
56 
57 #include "ImmrHIDUtilAddOn.h"
58 
59 // *****************************************************
60 #if PRAGMA_ONCE
61 #pragma once
62 #endif // if PRAGMA_ONCE
63 
64 #ifdef __cplusplus
65 extern "C" {
66 #endif // ifdef __cplusplus
67 
68 #if PRAGMA_IMPORT
69 #pragma import on
70 #endif // if PRAGMA_IMPORT
71 
72 #if PRAGMA_STRUCT_ALIGN
73 #pragma options align=mac68k
74 #elif PRAGMA_STRUCT_PACKPUSH
75 #pragma pack(push, 2)
76 #elif PRAGMA_STRUCT_PACK
77 #pragma pack(2)
78 #endif // if PRAGMA_STRUCT_ALIGN
79 
80 // *****************************************************
81 #pragma mark - typedef's, struct's, enums, defines, etc.
82 // -----------------------------------------------------
83 
84 // *****************************************************
85 #pragma mark - exported globals
86 // -----------------------------------------------------
87 
88 // *****************************************************
89 #pragma mark - exported function prototypes
90 // -----------------------------------------------------
91 
92 // *****************************************************
93 #if PRAGMA_STRUCT_ALIGN
94 #pragma options align=reset
95 #elif PRAGMA_STRUCT_PACKPUSH
96 #pragma pack(pop)
97 #elif PRAGMA_STRUCT_PACK
98 #pragma pack()
99 #endif // if PRAGMA_STRUCT_ALIGN
100 
101 #ifdef PRAGMA_IMPORT_OFF
102 #pragma import off
103 #elif PRAGMA_IMPORT
104 #pragma import reset
105 #endif // ifdef PRAGMA_IMPORT_OFF
106 
107 #ifdef __cplusplus
108 }
109 #endif // ifdef __cplusplus
110 
111 #endif // __IOHIDLib___