#ifndef ROROC2RCU #define ROROC2RCU #include int sib_wait(chan_key *link); int rcu_open(chan_key **link,int revision,int serial,int channel); int rcu_close(chan_key *link); int rcu_read(chan_key *link,int addr,unsigned int* data,int *nwords); int rcu_write(chan_key *link,int addr,unsigned int* data,int nwords); int rcu_core_cmd(chan_key *link,unsigned int cmd); #endif