EBSnet RTIP support

This commit is contained in:
Chris Conlon
2012-08-13 17:10:05 -06:00
parent bfd510b919
commit 7ec04c16b6
8 changed files with 121 additions and 17 deletions

View File

@@ -41,7 +41,9 @@
#else
#ifndef NO_DEV_RANDOM
#include <fcntl.h>
#include <unistd.h>
#ifndef EBSNET
#include <unistd.h>
#endif
#else
/* include headers that may be needed to get good seed */
#endif
@@ -101,7 +103,7 @@ int GenerateSeed(OS_Seed* os, byte* output, word32 sz)
}
#elif defined(THREADX)
#elif defined(THREADX) || defined(EBSNET)
#include "rtprand.h" /* rtp_rand () */
#include "rtptime.h" /* rtp_get_system_msec() */