Changeset 8e5ce07 in mainline for uspace/lib/usb/src/hc.c


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/src/hc.c

    r96646a6 r8e5ce07  
    5050 */
    5151int usb_hc_connection_initialize_from_device(usb_hc_connection_t *connection,
    52     ddf_dev_t *device)
     52    const ddf_dev_t *device)
    5353{
    5454        assert(connection);
Note: See TracChangeset for help on using the changeset viewer.