com12v.h 101 B

12345
  1. #ifndef __COM12V_H__
  2. #define __COM12V_H__
  3. int com12v_init(void);
  4. void com12v_exit(void);
  5. #endif