Mostly minor fixes up until version 0.8.10.
[irreco.git] / irtrans / irserver / src / linuxusbio.c
blob8a24bf28cef79e30558010f7db9296912150ad02
1 #ifdef LINUX
3 #include "../../Common/remote.h"
7 int OpenUSBPort (void)
11 int ReadUSBString (byte pnt[],int len,word timeout)
15 void FlushUSB (void)
19 void WriteUSBString (byte pnt[],int len)
25 #endif