blob: b5d87ee5fc8d0170458c37aa0ab9f6205369036c [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001/*
Kiet Lamaa8e15a2014-02-11 23:30:06 -08002 * Copyright (c) 2012-2013 Qualcomm Atheros, Inc.
3 * All Rights Reserved.
4 * Qualcomm Atheros Confidential and Proprietary.
Gopichand Nakkala92f07d82013-01-08 21:16:34 -08005 */
6/*
Jeff Johnson295189b2012-06-20 16:38:30 -07007 *
8 * Airgo Networks, Inc proprietary. All rights reserved.
9 * This file schDebug.h contains some debug macros.
10 *
11 * Author: Sandesh Goel
12 * Date: 02/25/02
13 * History:-
14 * Date Modified by Modification Information
15 * --------------------------------------------------------------------
16 *
17 */
18
19#ifndef __SCH_DEBUG_H__
20#define __SCH_DEBUG_H__
21
22#include "utilsApi.h"
23#ifdef FEATURE_WLAN_NON_INTEGRATED_SOC
24#include "halCommonApi.h"
25#endif
26#include "sirDebug.h"
27
Jeff Johnson40d09f72013-11-11 12:10:25 -080028#if !defined(__printf)
29#define __printf(a,b)
Kiet Lama8fbb5a2013-12-15 13:01:56 -080030#endif
Jeff Johnson6fda4392013-11-11 12:10:25 -080031
Jeff Johnson40d09f72013-11-11 12:10:25 -080032void __printf(3,4) schLog(tpAniSirGlobal pMac, tANI_U32 loglevel,
33 const char *pString, ...);
34
Jeff Johnson295189b2012-06-20 16:38:30 -070035#endif