master/rtdm.c
branchstable-1.5
changeset 2522 ec403cf308eb
parent 2433 3bdd7a747fae
child 2524 6d9865c37b6f
equal deleted inserted replaced
2521:3d68bb0047a1 2522:ec403cf308eb
    43 /****************************************************************************/
    43 /****************************************************************************/
    44 
    44 
    45 /** Context structure for an open RTDM file handle.
    45 /** Context structure for an open RTDM file handle.
    46  */
    46  */
    47 typedef struct {
    47 typedef struct {
    48     rtdm_user_info_t *user_info;
    48     rtdm_user_info_t *user_info; /**< RTDM user info. */
    49     ec_ioctl_context_t ioctl_ctx;
    49     ec_ioctl_context_t ioctl_ctx; /**< Context structure. */
    50 } ec_rtdm_context_t;
    50 } ec_rtdm_context_t;
    51 
    51 
    52 /****************************************************************************/
    52 /****************************************************************************/
    53 
    53 
    54 int ec_rtdm_open(struct rtdm_dev_context *, rtdm_user_info_t *, int);
    54 int ec_rtdm_open(struct rtdm_dev_context *, rtdm_user_info_t *, int);