Loading...
Searching...
No Matches
xtensa_api.h
1/*
2 * Copyright (C) 2019 Gunar Schorcht
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 *
8 * FreeRTOS to RIOT-OS adaption module for source code compatibility
9 */
10
11#pragma once
12
13#include "xtensa/xtensa_api.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19#ifdef __cplusplus
20}
21#endif