Ignore:
Timestamp:
2013-12-31T03:40:53Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9359aae
Parents:
d0ca4c5
Message:

libdrv: Make interface structures constant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/remote_usbhc.c

    rd0ca4c5 r7f80313  
    350350/** Remote USB host controller interface structure.
    351351 */
    352 remote_iface_t remote_usbhc_iface = {
     352const remote_iface_t remote_usbhc_iface = {
    353353        .method_count = ARRAY_SIZE(remote_usbhc_iface_ops),
    354354        .methods = remote_usbhc_iface_ops
Note: See TracChangeset for help on using the changeset viewer.