17 lines
189 B
C
17 lines
189 B
C
#ifndef __EIS_H__
|
|
#define __EIS_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "elite_def.h"
|
|
|
|
extern elite_instance_t eis_2_0;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* ! __EIS_H__ */
|