20 lines
182 B
C
20 lines
182 B
C
#ifndef __DRV_PARSER_H__
|
|
#define __DRV_PARSER_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "global.h"
|
|
|
|
#include "middle/ParsePack.h"
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|