Changeset a372663 in mainline for uspace/lib/usb/include/usb/devdrv.h


Ignore:
Timestamp:
2011-03-21T13:53:11Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3954a63b
Parents:
8a951ca
Message:

Rename usb_endpoint_pipe_t ⇒ usb_pipe_t

No change in functionality.

File:
1 edited

Legend:

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

    r8a951ca ra372663  
    4141typedef struct {
    4242        /** The default control pipe. */
    43         usb_endpoint_pipe_t ctrl_pipe;
     43        usb_pipe_t ctrl_pipe;
    4444        /** Other endpoint pipes.
    4545         * This is an array of other endpoint pipes in the same order as
Note: See TracChangeset for help on using the changeset viewer.