linux/drivers/staging/csr/csr_msg_transport.h

26 lines
623 B
C

#ifndef CSR_MSG_TRANSPORT_H__
#define CSR_MSG_TRANSPORT_H__
/*****************************************************************************
(c) Cambridge Silicon Radio Limited 2010
All rights reserved and confidential information of CSR
Refer to LICENSE.txt included with this source for details
on the license terms.
*****************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
#ifndef CsrMsgTransport
#define CsrMsgTransport CsrSchedMessagePut
#endif
#ifdef __cplusplus
}
#endif
#endif /* CSR_MSG_TRANSPORT */