#ifndef __SGA500E_COMM_H__ #define __SGA500E_COMM_H__ int sga500e_comm_init(int idx); int sga500e_comm_reset(int idx); void sga500e_comm_dac( int idx ); #endif