• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*****************************************************************************
2 
3             (c) Cambridge Silicon Radio Limited 2011
4             All rights reserved and confidential information of CSR
5 
6             Refer to LICENSE.txt included with this source for details
7             on the license terms.
8 
9 *****************************************************************************/
10 
11 /* Note: this is an auto-generated file. */
12 
13 #ifndef CSR_WIFI_NME_TASK_H__
14 #define CSR_WIFI_NME_TASK_H__
15 
16 #include <linux/types.h>
17 #include "csr_sched.h"
18 
19 #ifndef CSR_WIFI_NME_ENABLE
20 #error CSR_WIFI_NME_ENABLE MUST be defined inorder to use csr_wifi_nme_task.h
21 #endif
22 
23 #define CSR_WIFI_NME_LOG_ID 0x1203FFFF
24 extern CsrSchedQid CSR_WIFI_NME_IFACEQUEUE;
25 
26 #endif /* CSR_WIFI_NME_TASK_H__ */
27 
28