Changeset 231b3fd in mainline for uspace/lib/nic/include/nic_impl.h


Ignore:
Timestamp:
2018-08-25T21:35:26Z (7 years ago)
Author:
GitHub <noreply@…>
Parents:
e2625b1a (diff), 3c45353 (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.
git-author:
Jakub Jermář <jakub@…> (2018-08-25 21:35:26)
git-committer:
GitHub <noreply@…> (2018-08-25 21:35:26)
Message:

Merge 3c453534a2b093c8039d8e8059b923c71f3492a3 into e2625b1a1e5a2895b86f0e39c2d70a39e49e042a

File:
1 edited

Legend:

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

    re2625b1a r231b3fd  
    7878extern errno_t nic_wol_virtue_get_caps_impl(ddf_fun_t *, nic_wv_type_t, int *);
    7979extern errno_t nic_poll_get_mode_impl(ddf_fun_t *,
    80     nic_poll_mode_t *, struct timeval *);
     80    nic_poll_mode_t *, struct timespec *);
    8181extern errno_t nic_poll_set_mode_impl(ddf_fun_t *,
    82     nic_poll_mode_t, const struct timeval *);
     82    nic_poll_mode_t, const struct timespec *);
    8383extern errno_t nic_poll_now_impl(ddf_fun_t *);
    8484
Note: See TracChangeset for help on using the changeset viewer.