Ignore:
Timestamp:
2011-11-13T22:00:26Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9991c47
Parents:
55a8e0c
Message:

Use named initializers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/infrastructure/rootpc/rootpc.c

    r55a8e0c re6def65  
    109109
    110110static hw_res_ops_t fun_hw_res_ops = {
    111         &rootpc_get_resources,
    112         &rootpc_enable_interrupt
     111        .get_resource_list = &rootpc_get_resources,
     112        .enable_interrupt = &rootpc_enable_interrupt,
    113113};
    114114
Note: See TracChangeset for help on using the changeset viewer.