a_pyxis.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. //------------------------------------------------------------------------------
  2. // <copyright file="a_pyxis.h" company="Atheros">
  3. // Copyright (c) 2004-2009 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 the Pyxis definitions for host
  18. //
  19. // Author(s): ="Atheros"
  20. //==============================================================================
  21. #ifndef _A_PYXIS_H_
  22. #define _A_PYXIS_H_
  23. /*
  24. * This file contains software key stream pyxis adhoc mode options that enables
  25. * specific software "features"
  26. */
  27. #ifdef UNDER_CE
  28. #include "../os/wince/include/ks_custom_ndis.h"
  29. #endif
  30. #if defined(__linux__) && !defined(LINUX_EMULATION)
  31. #endif
  32. #ifdef REXOS
  33. #endif
  34. #endif