Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
csr_msg_transport.h
Go to the documentation of this file.
1 #ifndef CSR_MSG_TRANSPORT_H__
2 #define CSR_MSG_TRANSPORT_H__
3 /*****************************************************************************
4 
5  (c) Cambridge Silicon Radio Limited 2010
6  All rights reserved and confidential information of CSR
7 
8  Refer to LICENSE.txt included with this source for details
9  on the license terms.
10 
11 *****************************************************************************/
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 #ifndef CsrMsgTransport
18 #define CsrMsgTransport CsrSchedMessagePut
19 #endif
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* CSR_MSG_TRANSPORT */