~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/staging/ath6kl/include/athstartpack.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//------------------------------------------------------------------------------
2
 
// <copyright file="athstartpack.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
 
// start compiler-specific structure packing
22
 
//
23
 
// Author(s): ="Atheros"
24
 
//==============================================================================
25
 
#ifdef VXWORKS
26
 
#endif /* VXWORKS */
27
 
 
28
 
#if defined(LINUX) || defined(__linux__)
29
 
#endif /* LINUX */
30
 
 
31
 
#ifdef QNX
32
 
#endif /* QNX */
33
 
 
34
 
#ifdef INTEGRITY
35
 
#include "integrity/athstartpack_integrity.h"
36
 
#endif /* INTEGRITY */
37
 
 
38
 
#ifdef NUCLEUS
39
 
#endif /* NUCLEUS */
40
 
 
41
 
#ifdef UNDER_NWIFI
42
 
#include "../os/windows/include/athstartpack.h"
43
 
#endif
44
 
 
45
 
#ifdef ATHR_CE_LEGACY
46
 
#include "../os/windows/include/athstartpack.h"
47
 
#endif /* WINCE */
48
 
 
49
 
#ifdef WIN_NWF
50
 
#include <athstartpack_win.h>
51
 
#endif
52
 
 
53
 
#ifdef THREADX
54
 
#include "../os/threadx/include/common/osapi_threadx.h"
55
 
#endif