12345678910111213141516171819202122232425262728293031323334353637383940 |
- //------------------------------------------------------------------------------
- // <copyright file="a_pyxis.h" company="Atheros">
- // Copyright (c) 2004-2009 Atheros Corporation. All rights reserved.
- //
- // This program is free software; you can redistribute it and/or modify
- // it under the terms of the GNU General Public License version 2 as
- // published by the Free Software Foundation;
- //
- // Software distributed under the License is distributed on an "AS
- // IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- // implied. See the License for the specific language governing
- // rights and limitations under the License.
- //
- //
- //------------------------------------------------------------------------------
- //==============================================================================
- // This file contains the Pyxis definitions for host
- //
- // Author(s): ="Atheros"
- //==============================================================================
- #ifndef _A_PYXIS_H_
- #define _A_PYXIS_H_
- /*
- * This file contains software key stream pyxis adhoc mode options that enables
- * specific software "features"
- */
- #ifdef UNDER_CE
- #include "../os/wince/include/ks_custom_ndis.h"
- #endif
- #if defined(__linux__) && !defined(LINUX_EMULATION)
- #endif
- #ifdef REXOS
- #endif
- #endif
|