upload tizen1.0 source
[kernel/linux-2.6.36.git] / sound / soc / codecs / mc1n2 / mcdebuglog.h
1 /****************************************************************************
2  *
3  *              Copyright(c) 2010 Yamaha Corporation. All rights reserved.
4  *
5  *              Module          : mcdebuglog.h
6  *
7  *              Description     : MC Driver debug log header
8  *
9  *              Version         : 1.0.0         2010.08.16
10  *
11  ****************************************************************************/
12
13 #ifndef _MCDEBUGLOB_H_
14 #define _MCDEBUGLOG_H_
15
16 #include "mcdriver.h"
17 #include "mcmachdep.h"
18
19 #if MCDRV_DEBUG_LEVEL
20
21
22 void            McDebugLog_CmdIn        (UINT32 dCmd, const void* pvParam, UINT32 dUpdateInfo);
23 void            McDebugLog_CmdOut       (UINT32 dCmd, const SINT32* psdRet, const void* pvParam);
24
25 void            McDebugLog_FuncIn       (void* pvFuncName);
26 void            McDebugLog_FuncOut      (void* pvFuncName, const SINT32* psdRet);
27
28
29 #endif  /*      MCDRV_DEBUG_LEVEL       */
30
31 #endif /* _MCDEBUGLOG_H_ */