Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelv...
[pandora-kernel.git] / drivers / staging / ath6kl / include / a_osapi.h
1 //------------------------------------------------------------------------------
2 // <copyright file="a_osapi.h" company="Atheros">
3 //    Copyright (c) 2004-2010 Atheros Corporation.  All rights reserved.
4 // 
5 //
6 // Permission to use, copy, modify, and/or distribute this software for any
7 // purpose with or without fee is hereby granted, provided that the above
8 // copyright notice and this permission notice appear in all copies.
9 //
10 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 // MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 // ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 // WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 // ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 // OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 //
18 //
19 //------------------------------------------------------------------------------
20 //==============================================================================
21 // This file contains the definitions of the basic atheros data types.
22 // It is used to map the data types in atheros files to a platform specific
23 // type.
24 //
25 // Author(s): ="Atheros"
26 //==============================================================================
27 #ifndef _A_OSAPI_H_
28 #define _A_OSAPI_H_
29
30 #if defined(__linux__) && !defined(LINUX_EMULATION)
31 #include "../os/linux/include/osapi_linux.h"
32 #endif
33
34 #ifdef UNDER_NWIFI
35 #include "../os/windows/include/osapi.h"
36 #include "../os/windows/include/netbuf.h"
37 #endif
38
39 #ifdef ATHR_CE_LEGACY
40 #include "../os/windows/include/osapi.h"
41 #include "../os/windows/include/netbuf.h"
42 #endif
43
44 #ifdef REXOS
45 #include "../os/rexos/include/common/osapi_rexos.h"
46 #endif
47
48 #if defined ART_WIN
49 #include "../os/win_art/include/osapi_win.h"
50 #include "../os/win_art/include/netbuf.h"
51 #endif
52
53 #ifdef WIN_NWF
54 #include <osapi_win.h>
55 #endif 
56
57 #if defined(THREADX)
58 #include "../os/threadx/include/common/osapi_threadx.h"
59 #endif 
60
61 #endif /* _OSAPI_H_ */