]> Pileus Git - ~andy/linux/blob - drivers/staging/csr/csr_wifi_hostio_prim.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac
[~andy/linux] / drivers / staging / csr / csr_wifi_hostio_prim.h
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
12 #ifndef CSR_WIFI_HOSTIO_H
13 #define CSR_WIFI_HOSTIO_H
14
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18
19
20 #define CSR_WIFI_HOSTIO_PRIM 0x0453
21
22 #ifdef __cplusplus
23 }
24 #endif
25
26 #endif /* CSR_WIFI_HOSTIO_H */
27