blob: 003a57d007c7b571f86b7ef5f405997b7f18f06b [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/**
2 *
3 * @file TraceShare.h
4 * @brief
5 * This file is part of tools.
6 * TraceÍ·Îļþ
7 *
8 * @details
9 * @author Tools Team.
10 * @email
11 * @copyright Copyright (C) 2013 Sanechips Technology Co., Ltd.
12 * @warning
13 * @date 2019/02/02
14 * @version 1.1
15 * @pre
16 * @post
17 *
18 * @par
19 * Change History :
20 * ---------------------------------------------------------------------------
21 * date version author description
22 * ---------------------------------------------------------------------------
23 * 2012/12/27 1.0 lu.xieji Create file
24 * 2019/02/02 1.1 jiang.fenglin ÐÞ¸Ä×¢ÊÍ·½Ê½Îªdoxygen
25 * ---------------------------------------------------------------------------
26 *
27 *
28 */
29
30#ifndef TRACESHARE_H_
31#define TRACESHARE_H_
32
33#include "zcat/zcat.h"
34#include "zcat/zcat_dbg.h"
35#include "zcat/zcat_event.h"
36#include "zcat/zcat_ipppp.h"
37#include "zcat/zcat_print.h"
38#include "zcat/zcat_sig.h"
39#include "CpTrace.h"
40
41#endif
42