From eee8159546a8805ca5912d9572c165bfb3954c00 Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Thu, 17 Jan 2019 17:44:27 +0900 Subject: network trace: Define package ID macro Signed-off-by: Saya Sugiura --- include/dlt/dlt_common.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index cab860d..a82d5fd 100644 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -377,6 +377,14 @@ enum { */ # define DLT_LINE_LEN 1024 +/** + * Macros for network trace + */ +#define DLT_TRACE_NW_TRUNCATED "NWTR" +#define DLT_TRACE_NW_START "NWST" +#define DLT_TRACE_NW_SEGMENT "NWCH" +#define DLT_TRACE_NW_END "NWEN" + /** * Provision to test static function */ -- cgit v1.2.1