blob: 1cbfddd0e1c388c260f51c178d26f029f4932934 [file] [log] [blame]
/*
* Copyright (c) 2018 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef SYSVIEW_ZEPHYR_H
#define SYSVIEW_ZEPHYR_H
#include <systemview/SEGGER_SYSVIEW.h>
/* Services provided to SYSVIEW by Zephyr */
extern const SEGGER_SYSVIEW_OS_API SYSVIEW_X_OS_TraceAPI;
#endif