summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/csr_wifi_hostio_prim.h
blob: bf7c55c6e84b1d166d6c02c6537789e03238d74a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*****************************************************************************

            (c) Cambridge Silicon Radio Limited 2011
            All rights reserved and confidential information of CSR

            Refer to LICENSE.txt included with this source for details
            on the license terms.

*****************************************************************************/


#ifndef CSR_WIFI_HOSTIO_H
#define CSR_WIFI_HOSTIO_H

#ifdef __cplusplus
extern "C" {
#endif


#define CSR_WIFI_HOSTIO_PRIM 0x0453

#ifdef __cplusplus
}
#endif

#endif /* CSR_WIFI_HOSTIO_H */