aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/mc1n2/mcdebuglog.h
blob: 0a7b0adeebd66dca7762d8f3b7f585461a173a77 (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
26
27
28
29
30
31
/****************************************************************************
 *
 *		Copyright(c) 2010 Yamaha Corporation. All rights reserved.
 *
 *		Module		: mcdebuglog.h
 *
 *		Description	: MC Driver debug log header
 *
 *		Version		: 1.0.0 	2010.08.16
 *
 ****************************************************************************/

#ifndef _MCDEBUGLOB_H_
#define _MCDEBUGLOG_H_

#include "mcdriver.h"
#include "mcmachdep.h"

#if MCDRV_DEBUG_LEVEL


void		McDebugLog_CmdIn	(UINT32 dCmd, const void* pvParam, UINT32 dUpdateInfo);
void		McDebugLog_CmdOut	(UINT32 dCmd, const SINT32* psdRet, const void* pvParam);

void		McDebugLog_FuncIn	(void* pvFuncName);
void		McDebugLog_FuncOut	(void* pvFuncName, const SINT32* psdRet);


#endif	/*	MCDRV_DEBUG_LEVEL	*/

#endif /* _MCDEBUGLOG_H_ */