Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Side by Side Diff: chromeos/drivers/ath6kl/include/a_config.h

Issue 646055: Atheros AR600x driver + build glue (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 //------------------------------------------------------------------------------
2 // <copyright file="a_config.h" company="Atheros">
3 // Copyright (c) 2004-2008 Atheros Corporation. All rights reserved.
4 //
5 // This program is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License version 2 as
7 // published by the Free Software Foundation;
8 //
9 // Software distributed under the License is distributed on an "AS
10 // IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
11 // implied. See the License for the specific language governing
12 // rights and limitations under the License.
13 //
14 //
15 //------------------------------------------------------------------------------
16 //==============================================================================
17 // This file contains software configuration options that enables
18 // specific software "features"
19 //
20 // Author(s): ="Atheros"
21 //==============================================================================
22 #ifndef _A_CONFIG_H_
23 #define _A_CONFIG_H_
24
25 #ifdef UNDER_NWIFI
26 #include "../os/windows/include/config.h"
27 #endif
28
29 #ifdef ATHR_CE_LEGACY
30 #include "../os/windows/include/config.h"
31 #endif
32
33 #if defined(__linux__) && !defined(LINUX_EMULATION)
34 #include "../os/linux/include/config_linux.h"
35 #endif
36
37 #ifdef REXOS
38 #include "../os/rexos/include/common/config_rexos.h"
39 #endif
40
41 #ifdef WIN_NWF
42 #include "../os/windows/include/win/config_win.h"
43 #endif
44
45 #endif
OLDNEW
« no previous file with comments | « chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/vmc_wlan_reg.h ('k') | chromeos/drivers/ath6kl/include/a_debug.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698