1/*
2 * Copyright (c) 2013 Qualcomm Atheros, Inc.
3 *
4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted, provided that the above
6 * copyright notice and this permission notice appear in all copies.
7 *
8 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 * PERFORMANCE OF THIS SOFTWARE.
15 */
16/*
17 * Copyright (c) 2002-2009 Atheros Communications, Inc.
18 * All Rights Reserved.
19 *
20 * Copyright (c) 2011 Qualcomm Atheros, Inc.
21 * All Rights Reserved.
22 * Qualcomm Atheros Confidential and Proprietary.
23 *
24 */
25
26
27#include "opt_ah.h"
28
29#ifdef AH_SUPPORT_AR9300
30
31#include "ah.h"
32#include "ah_desc.h"
33#include "ah_internal.h"
34
35#include "ar9300/ar9300phy.h"
36#include "ar9300/ar9300.h"
37#include "ar9300/ar9300reg.h"
38#include "ar9300/ar9300desc.h"
39
40
41#else
42/*
43 * Raw capture mode not enabled - insert dummy code to keep the compiler happy
44 */
45typedef int ar9300_dummy_adc_capture;
46
47#endif /* AH_SUPPORT_AR9300*/
48