X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hydro.git/blobdiff_plain/1af32f4239d82371f7f42e68d62ec8c96952bd12..d11f406f40c86b7139dccf68bbade44e51e2c8d0:/app-bohyn/_compiled/include/ul_lib/ul_fd.h diff --git a/app-bohyn/_compiled/include/ul_lib/ul_fd.h b/app-bohyn/_compiled/include/ul_lib/ul_fd.h new file mode 100644 index 0000000..5d50e01 --- /dev/null +++ b/app-bohyn/_compiled/include/ul_lib/ul_fd.h @@ -0,0 +1,26 @@ +#ifndef _UL_FD_H +#define _UL_FD_H + +/* The applications calls directly functions based above uLan driver API */ + +#include + +#undef WITH_UL_FD_INDIRECT + +#ifdef __cplusplus +extern "C" { +#endif + +typedef ul_fd_direct_t ul_fd_t; +#define UL_FD_INVALID UL_FD_DIRECT_INVALID + +static inline ul_fd_direct_t ul_fd2sys_fd(ul_fd_t fd) +{ + return fd; +} + +#ifdef __cplusplus +} /* extern "C"*/ +#endif + +#endif /*_UL_FD_H*/