#include "trbnet.h"
-const char trbnet_version[] = "$Revision: 1.5 $";
+const char trbnet_version[] = "$Revision: 1.6 $";
unsigned int trb_debug = 0;
unsigned int trb_dma = 0;
trb_term.channel = status->channel;
}
-int init_ports()
-{
- return trb_connect(NULL);
-}
-
int trb_connect(const char *server)
{
if (server == NULL) {
return 0;
}
+int init_ports()
+{
+ return trb_connect(NULL);
+}
int trb_register_read(uint16_t trb_address,
uint16_t reg_address,