Changeset a372663 in mainline for uspace/drv/usbhub/usbhub_private.h


Ignore:
Timestamp:
2011-03-21T13:53:11Z (13 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/drv/usbhub/usbhub_private.h

    r8a951ca ra372663  
    9595 * @return Operation result
    9696 */
    97 static inline int usb_hub_clear_port_feature(usb_endpoint_pipe_t *pipe,
     97static inline int usb_hub_clear_port_feature(usb_pipe_t *pipe,
    9898    int port_index,
    9999    usb_hub_class_feature_t feature) {
Note: See TracChangeset for help on using the changeset viewer.