blob: bf322b50fc7002adee0e5d30df909a0fd337263a [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001/*
Kiet Lam26cd6472014-02-11 23:30:06 -08002 * Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
3 * All Rights Reserved.
4 * Qualcomm Atheros Confidential and Proprietary.
Gopichand Nakkala9c070ad2013-01-08 21:16:34 -08005 */
Kiet Lam26cd6472014-02-11 23:30:06 -08006/** ------------------------------------------------------------------------- *
7 ------------------------------------------------------------------------- *
Jeff Johnson295189b2012-06-20 16:38:30 -07008
Jeff Johnson295189b2012-06-20 16:38:30 -07009
Jeff Johnson48a8f3e2013-11-11 12:10:25 -080010 \file smsDebug.h
Kiet Lam26cd6472014-02-11 23:30:06 -080011
Jeff Johnson295189b2012-06-20 16:38:30 -070012 Define debug log interface for SMS.
Kiet Lam26cd6472014-02-11 23:30:06 -080013
Jeff Johnson295189b2012-06-20 16:38:30 -070014 Copyright (C) 2006 Airgo Networks, Incorporated
Kiet Lam26cd6472014-02-11 23:30:06 -080015
Jeff Johnson295189b2012-06-20 16:38:30 -070016 ========================================================================== */
Kiet Lam26cd6472014-02-11 23:30:06 -080017
Jeff Johnson295189b2012-06-20 16:38:30 -070018#ifndef SMS_DEBUG_H__
19#define SMS_DEBUG_H__
20
Jeff Johnson295189b2012-06-20 16:38:30 -070021#include "utilsApi.h"
22#include "sirDebug.h"
23
Jeff Johnson48a8f3e2013-11-11 12:10:25 -080024#if !defined(__printf)
25#define __printf(a,b)
26#endif
Jeff Johnson295189b2012-06-20 16:38:30 -070027
Jeff Johnson48a8f3e2013-11-11 12:10:25 -080028void __printf(3,4)
29smsLog(tpAniSirGlobal pMac, tANI_U32 loglevel, const char *pString, ...);
30
31void __printf(3,4)
32pmcLog(tpAniSirGlobal pMac, tANI_U32 loglevel, const char *pString, ...);
33
34#endif // __SMS_DEBUG_H__