#ifndef __YF2825_COMM_H__ #define __YF2825_COMM_H__ int yf2825_comm_init(int idx); int yf2825_comm_reset(int idx); void yf2825_comm_dac( int idx ); int yf2825_set_dev_start( int idx,int startIdx); int yf2825_set_dev_stop( int idx); #endif