24 lines
218 B
C
24 lines
218 B
C
#ifndef EWChecker_h__
|
|
#define EWChecker_h__
|
|
#include "base/define.h"
|
|
#include "basechecker.h"
|
|
#include "stdint.h"
|
|
|
|
|
|
|
|
|
|
|
|
extern CheckerTask ewtaskArray[CHECKER_MAXID_COUNT] ;
|
|
|
|
void EW_Test_SetBusV(void);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|