PageRenderTime 43ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/net/wireless/tiwlan1251/CUDK/CLI/ticon.h

http://github.com/CyanogenMod/cm-kernel
C Header | 47 lines | 18 code | 9 blank | 20 comment | 0 complexity | d5cb1c41f5f19ce4afa7d4e7bd65b35d 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. #ifndef TICON_H
  21. #define TICON_H
  22. #include <stdio.h>
  23. #include <string.h>
  24. #include "osTIType.h"
  25. #include "cli_cu_common.h"
  26. #ifndef IFNAMSIZ
  27. #define IFNAMSIZ 16
  28. #endif
  29. extern char g_drv_name[IFNAMSIZ + 1];
  30. IMPORT_TI_API extern TI_HANDLE g_id_adapter; //TRS:MEB support usage of DLL
  31. #ifdef _WINDOWS
  32. #endif
  33. /*int iw_sockets_open(void); */
  34. int console_printf_terminal(const char *arg_list ,...);
  35. #ifndef _WINDOWS
  36. int console_send_buffer_to_host(tiUINT8 module_inedx, tiUINT8 *buffer, tiUINT16 length);
  37. #endif /* __LINUX__ */
  38. #endif /* #define TICON_H */