sga500e_comm.h 160 B

1234567
  1. #ifndef __SGA500E_COMM_H__
  2. #define __SGA500E_COMM_H__
  3. int sga500e_comm_init(int idx);
  4. int sga500e_comm_reset(int idx);
  5. void sga500e_comm_dac( int idx );
  6. #endif