summaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_formatted_io.h
blob: b51119c388966479fa07b3b378cca448a1018980 (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
#ifndef CSR_FORMATTED_IO_H__
#define CSR_FORMATTED_IO_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

#include "csr_types.h"

s32 CsrSnprintf(CsrCharString *dest, CsrSize n, const CsrCharString *fmt, ...);

#ifdef __cplusplus
}
#endif

#endif