linux/drivers/staging/csr/csr_wifi_hostio_prim.h

28 lines
581 B
C

/*****************************************************************************
(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 */