#ifndef SIF_H #define SIF_H /* Scheduler include files. */ #include "FreeRTOS.h" #include "task.h" #include "semphr.h" #include extern void SIF(void *p); #endif