Changeset e6def65 in mainline for uspace/drv/bus/isa


Ignore:
Timestamp:
2011-11-13T22:00:26Z (14 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:
55a8e0cb
Message:

Use named initializers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/isa/isa.c

    r55a8e0cb re6def65  
    142142
    143143static hw_res_ops_t isa_fun_hw_res_ops = {
    144         &isa_get_fun_resources,
    145         &isa_enable_fun_interrupt
     144        .get_resource_list = &isa_get_fun_resources,
     145        .enable_interrupt = &isa_enable_fun_interrupt,
    146146};
    147147
Note: See TracChangeset for help on using the changeset viewer.