Changeset 8e5ce07 in mainline for uspace/lib/usb/include/usb/hc.h


Ignore:
Timestamp:
2011-10-12T16:34:22Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aa1922c
Parents:
96646a6
Message:

usb: Add bunch of const qualifiers.

We shall need them.

File:
1 edited

Legend:

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

    r96646a6 r8e5ce07  
    5353
    5454int usb_hc_connection_initialize_from_device(usb_hc_connection_t *,
    55     ddf_dev_t *);
     55    const ddf_dev_t *);
    5656int usb_hc_connection_initialize(usb_hc_connection_t *, devman_handle_t);
    5757
Note: See TracChangeset for help on using the changeset viewer.