esp_idf  1.1.1
esp_idf
com_espressif_esp_idf_esp_system.h
Go to the documentation of this file.
1 /*
2  * C
3  *
4  * Copyright 2018-2020 MicroEJ Corp. All rights reserved.
5  * This library is provided in source code for use, modification and test, subject to license terms.
6  * Any modification of the source code will break MicroEJ Corp. warranties on the whole library.
7  */
8 
9 #ifndef _com_espressif_esp_idf_esp_system
10 #define _com_espressif_esp_idf_esp_system
11 
20 #include <sni.h>
21 #ifdef __cplusplus
22  extern "C" {
23 #endif
24 void Java_com_espressif_esp_1idf_esp_1system_esp_1restart(void);
25 #ifdef __cplusplus
26  }
27 #endif
28 #endif