Changeset 7f80313 in mainline for uspace/lib/drv/generic/remote_ahci.c


Ignore:
Timestamp:
2013-12-31T03:40:53Z (12 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_ahci.c

    rd0ca4c5 r7f80313  
    7676/** Remote AHCI interface structure.
    7777 */
    78 remote_iface_t remote_ahci_iface = {
     78const remote_iface_t remote_ahci_iface = {
    7979        .method_count = ARRAY_SIZE(remote_ahci_iface_ops),
    8080        .methods = remote_ahci_iface_ops
Note: See TracChangeset for help on using the changeset viewer.