mirror of
https://github.com/espressif/esp-idf
synced 2025-04-01 20:30:09 -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 |