Changeset e936e8e in mainline for uspace/lib/usb/include


Ignore:
Timestamp:
2011-02-22T14:31:09Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3b5d1535
Parents:
9f554e64
Message:

Add "is session started" function to the pipes API

Replaced direct querying of signess of hc_phone with this function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/pipes.h

    r9f554e64 re936e8e  
    137137int usb_endpoint_pipe_start_session(usb_endpoint_pipe_t *);
    138138int usb_endpoint_pipe_end_session(usb_endpoint_pipe_t *);
     139bool usb_endpoint_pipe_is_session_started(usb_endpoint_pipe_t *);
    139140
    140141int usb_endpoint_pipe_read(usb_endpoint_pipe_t *, void *, size_t, size_t *);
Note: See TracChangeset for help on using the changeset viewer.