Changeset 520acaf in mainline for uspace/lib/nic/include/nic_impl.h


Ignore:
Timestamp:
2012-06-06T21:13:29Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f679702
Parents:
11b9ad7 (diff), 3123d2a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/include/nic_impl.h

    r11b9ad7 r520acaf  
    5353extern int nic_get_stats_impl(ddf_fun_t *dev_fun, nic_device_stats_t *stats);
    5454extern int nic_unicast_get_mode_impl(ddf_fun_t *dev_fun,
    55         nic_unicast_mode_t *, size_t, nic_address_t *, size_t *);
     55    nic_unicast_mode_t *, size_t, nic_address_t *, size_t *);
    5656extern int nic_unicast_set_mode_impl(ddf_fun_t *dev_fun,
    57         nic_unicast_mode_t, const nic_address_t *, size_t);
     57    nic_unicast_mode_t, const nic_address_t *, size_t);
    5858extern int nic_multicast_get_mode_impl(ddf_fun_t *dev_fun,
    59         nic_multicast_mode_t *, size_t, nic_address_t *, size_t *);
     59    nic_multicast_mode_t *, size_t, nic_address_t *, size_t *);
    6060extern int nic_multicast_set_mode_impl(ddf_fun_t *dev_fun,
    61         nic_multicast_mode_t, const nic_address_t *, size_t);
     61    nic_multicast_mode_t, const nic_address_t *, size_t);
    6262extern int nic_broadcast_get_mode_impl(ddf_fun_t *, nic_broadcast_mode_t *);
    6363extern int nic_broadcast_set_mode_impl(ddf_fun_t *, nic_broadcast_mode_t);
    6464extern int nic_blocked_sources_get_impl(ddf_fun_t *,
    65         size_t, nic_address_t *, size_t *);
     65    size_t, nic_address_t *, size_t *);
    6666extern int nic_blocked_sources_set_impl(ddf_fun_t *, const nic_address_t *, size_t);
    6767extern int nic_vlan_get_mask_impl(ddf_fun_t *, nic_vlan_mask_t *);
    6868extern int nic_vlan_set_mask_impl(ddf_fun_t *, const nic_vlan_mask_t *);
    6969extern int nic_wol_virtue_add_impl(ddf_fun_t *dev_fun, nic_wv_type_t type,
    70         const void *data, size_t length, nic_wv_id_t *new_id);
     70    const void *data, size_t length, nic_wv_id_t *new_id);
    7171extern int nic_wol_virtue_remove_impl(ddf_fun_t *dev_fun, nic_wv_id_t id);
    7272extern int nic_wol_virtue_probe_impl(ddf_fun_t *dev_fun, nic_wv_id_t id,
    73         nic_wv_type_t *type, size_t max_length, void *data, size_t *length);
     73    nic_wv_type_t *type, size_t max_length, void *data, size_t *length);
    7474extern int nic_wol_virtue_list_impl(ddf_fun_t *dev_fun, nic_wv_type_t type,
    75         size_t max_count, nic_wv_id_t *id_list, size_t *id_count);
     75    size_t max_count, nic_wv_id_t *id_list, size_t *id_count);
    7676extern int nic_wol_virtue_get_caps_impl(ddf_fun_t *, nic_wv_type_t, int *);
    7777extern int nic_poll_get_mode_impl(ddf_fun_t *,
    78         nic_poll_mode_t *, struct timeval *);
     78    nic_poll_mode_t *, struct timeval *);
    7979extern int nic_poll_set_mode_impl(ddf_fun_t *,
    80         nic_poll_mode_t, const struct timeval *);
     80    nic_poll_mode_t, const struct timeval *);
    8181extern int nic_poll_now_impl(ddf_fun_t *);
    8282
Note: See TracChangeset for help on using the changeset viewer.