Loading...
Searching...
No Matches
xtensa_api.h
1/*
2 * SPDX-FileCopyrightText: 2019 Gunar Schorcht
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6/*
7 * FreeRTOS to RIOT-OS adaption module for source code compatibility
8 */
9
10#pragma once
11
12#include "xtensa/xtensa_api.h"
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18#ifdef __cplusplus
19}
20#endif