syscalls.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2019 Gunar Schorcht
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
20 #include "syscalls_common.h"
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 #ifndef DOXYGEN
27 
28 #define MALLOC_CAP_DEFAULT MALLOC_CAP_8BIT
29 
30 #endif /* DOXYGEN */
31 
32 #ifdef __cplusplus
33 }
34 #endif
Implementation of required system calls for ESP SoCs.