2018-04-06 09:06:33 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2018 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef SYSVIEW_ZEPHYR_H
|
|
|
|
#define SYSVIEW_ZEPHYR_H
|
|
|
|
|
2018-12-05 17:28:48 +08:00
|
|
|
#include <SEGGER_SYSVIEW.h>
|
2018-04-06 09:06:33 +08:00
|
|
|
|
|
|
|
/* Services provided to SYSVIEW by Zephyr */
|
|
|
|
extern const SEGGER_SYSVIEW_OS_API SYSVIEW_X_OS_TraceAPI;
|
|
|
|
|
|
|
|
#endif
|