#ifndef RS311_COMM_H #define RS311_COMM_H #ifndef __RS311_COMM_H__ #define __RS311_COMM_H__ int rs311_comm_init(int idx); int rs311_comm_reset(int idx); void rs311_comm_dac( int idx ); #endif #endif /* RS311_COMM_H */