ec_version.h 117 B

123456
  1. #ifndef __EV_VERSION_H__
  2. #define __EV_VERSION_H__
  3. int ec_version_init(void);
  4. void ec_version_exit(void);
  5. #endif