#ifndef HOST_TASK_H #define HOST_TASK_H #include "FreeRTOS.h" extern "C" void vTaskNotifyGiveFromISR( TaskHandle_t, BaseType_t * ); #endif