import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / mediatek / connectivity / conn_soc / common / core / include / dbg_core.h
CommitLineData
6fa3eb70
S
1/*
2* Copyright (C) 2011-2014 MediaTek Inc.
3*
4* This program is free software: you can redistribute it and/or modify it under the terms of the
5* GNU General Public License version 2 as published by the Free Software Foundation.
6*
7* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
8* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9* See the GNU General Public License for more details.
10*
11* You should have received a copy of the GNU General Public License along with this program.
12* If not, see <http://www.gnu.org/licenses/>.
13*/
14
15/*! \file
16 \brief Declaration of library functions
17
18 Any definitions in this file will be shared among GLUE Layer and internal Driver Stack.
19*/
20
21
22
23
24#ifndef _DBG_CORE_H
25#define _DBG_CORE_H
26
27/*******************************************************************************
28* C O M P I L E R F L A G S
29********************************************************************************
30*/
31
32/*******************************************************************************
33* M A C R O S
34********************************************************************************
35*/
36
37
38/*******************************************************************************
39* E X T E R N A L R E F E R E N C E S
40********************************************************************************
41*/
42
43
44
45/*******************************************************************************
46* C O N S T A N T S
47********************************************************************************
48*/
49
50/*******************************************************************************
51* D A T A T Y P E S
52********************************************************************************
53*/
54
55
56/*******************************************************************************
57* P U B L I C D A T A
58********************************************************************************
59*/
60
61/*******************************************************************************
62* P R I V A T E D A T A
63********************************************************************************
64*/
65
66
67/*******************************************************************************
68* F U N C T I O N D E C L A R A T I O N S
69********************************************************************************
70*/
71
72/*******************************************************************************
73* F U N C T I O N S
74********************************************************************************
75*/
76
77#endif