23 lines
190 B
C
23 lines
190 B
C
#ifndef EWChecker_h__
|
|
#define EWChecker_h__
|
|
#include "base/define.h"
|
|
#include "basechecker.h"
|
|
#include "stdint.h"
|
|
|
|
|
|
|
|
|
|
|
|
extern CheckerTask ewtaskArray[CHECKER_MAXID_COUNT] ;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|