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#ifndef FREERTOS_XTENSA_API_H
12#define FREERTOS_XTENSA_API_H
13
14#include "xtensa/xtensa_api.h"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* FREERTOS_XTENSA_API_H */