versadac  1
versadac - Scalable Recorder Firmware
eu_fioLib.h
1 /* (hopefully temporary) header to patch broken fioRead in VxWorks 6.9.2 */
2 
3 /* can be removed if TSR 1176096 is resolved */
4 
5 #ifndef _EU_FIOLIB_H
6 #define _EU_FIOLIB_H
7 
8 #ifdef __cplusplus
9 extern "C"
10 {
11 #endif
12 
13 extern ssize_t eu_fioRead (int fd, char *buffer, ssize_t maxbytes);
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif /* _EU_FIOLIB_H */