Changeset 0212751 in mainline for uspace/drv/bus/usb/usbhub/port.h


Ignore:
Timestamp:
2011-09-23T19:06:37Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aefa0d5
Parents:
4559d89
Message:

usbhub: IMplement some easy TODOs

Convert process_intterrupt to use usb_hub_port_t structure instead of index.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/port.h

    r4559d89 r0212751  
    7979
    8080void usb_hub_port_reset_fail(usb_hub_port_t *port);
    81 void usb_hub_port_process_interrupt(usb_hub_info_t *hub, size_t port);
     81void usb_hub_port_process_interrupt(usb_hub_port_t *port, usb_hub_info_t *hub);
    8282int usb_hub_port_clear_feature(
    8383    usb_hub_port_t *port, usb_hub_class_feature_t feature);
Note: See TracChangeset for help on using the changeset viewer.