mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 10:46:06 +00:00
Move remaining systemview files under sysview folder. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
16 lines
281 B
C
16 lines
281 B
C
/*
|
|
* Copyright (c) 2018 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef SYSVIEW_ZEPHYR_H
|
|
#define SYSVIEW_ZEPHYR_H
|
|
|
|
#include <SEGGER_SYSVIEW.h>
|
|
|
|
/* Services provided to SYSVIEW by Zephyr */
|
|
extern const SEGGER_SYSVIEW_OS_API SYSVIEW_X_OS_TraceAPI;
|
|
|
|
#endif
|