summaryrefslogtreecommitdiff
path: root/FreeRTOS/Test/CBMC/include/tasksStubs.h
blob: e50a5cad11449f18eaf19eaff7add3841cae5168 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef INC_TASK_STUBS_H
#define INC_TASK_STUBS_H

#include "FreeRTOS.h"
#include "task.h"

BaseType_t xState;
void vInitTaskCheckForTimeOut( BaseType_t maxCounter,
                               BaseType_t maxCounter_limit );

#endif /* INC_TASK_STUBS_H */