PageRenderTime 44ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/net/wireless/tiwlan1251/CUDK/Inc/softGeminiTypes.h

http://github.com/CyanogenMod/cm-kernel
C Header | 40 lines | 10 code | 5 blank | 25 comment | 0 complexity | 4531a005c8f5f03e1057873d7fe8c714 MD5 | raw file
Possible License(s): AGPL-1.0, GPL-2.0, LGPL-2.0
  1. /*******************************************************************************
  2. **+--------------------------------------------------------------------------+**
  3. **| |**
  4. **| Copyright 1998-2008 Texas Instruments, Inc. - http://www.ti.com/ |**
  5. **| |**
  6. **| Licensed under the Apache License, Version 2.0 (the "License"); |**
  7. **| you may not use this file except in compliance with the License. |**
  8. **| You may obtain a copy of the License at |**
  9. **| |**
  10. **| http://www.apache.org/licenses/LICENSE-2.0 |**
  11. **| |**
  12. **| Unless required by applicable law or agreed to in writing, software |**
  13. **| distributed under the License is distributed on an "AS IS" BASIS, |**
  14. **| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |**
  15. **| See the License for the specific language governing permissions and |**
  16. **| limitations under the License. |**
  17. **| |**
  18. **+--------------------------------------------------------------------------+**
  19. *******************************************************************************/
  20. /*--------------------------------------------------------------------------*/
  21. /* Module: SOFT_GEMINI_TYPES.H*/
  22. /**/
  23. /* Purpose: This module contains All the system definisions.*/
  24. /**/
  25. /*--------------------------------------------------------------------------*/
  26. #ifndef __SOFT_GEMINI_TYPES_H__
  27. #define __SOFT_GEMINI_TYPES_H__
  28. #pragma pack(1)
  29. typedef struct
  30. {
  31. BOOL state;
  32. UINT8 minTxRate;
  33. } btCoexStatus_t;
  34. #pragma pack()
  35. #endif /* __SOFT_GEMINI_TYPES_H__ */