Ignore:
Timestamp:
2013-01-26T17:25:05Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad97131
Parents:
6785b538
Message:

libusbdev: Make list of alternate interfaces const.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/include/usb/dev/driver.h

    r6785b538 rb6812a1  
    5959typedef struct {
    6060        /** Array of alternate interfaces descriptions. */
    61         usb_alternate_interface_descriptors_t *alternatives;
     61        const usb_alternate_interface_descriptors_t *alternatives;
    6262        /** Size of @c alternatives array. */
    6363        size_t alternative_count;
     
    8989         */
    9090        int interface_no;
    91 
    9291        /** Alternative interfaces. */
    9392        usb_alternate_interfaces_t alternate_interfaces;
Note: See TracChangeset for help on using the changeset viewer.