mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
147 B
C
8 lines
147 B
C
#ifndef __ESP_CROSSCORE_INT_H
|
|
#define __ESP_CROSSCORE_INT_H
|
|
|
|
|
|
void esp_crosscore_int_init();
|
|
void esp_crosscore_int_send_yield(int coreId);
|
|
|
|
#endif |