cd1f3300_comm.h 165 B

1234567
  1. #ifndef __CD1F3300_COMM_H__
  2. #define __CD1F3300_COMM_H__
  3. int cd1f3300_comm_init(int idx);
  4. int cd1f3300_comm_reset(int idx);
  5. void cd1f3300_comm_dac( int idx );
  6. #endif