Changeset 205f1add in mainline for uspace/lib/nic/include/nic_impl.h
- Timestamp:
- 2018-08-23T21:14:56Z (7 years ago)
- Children:
- f33c989e
- Parents:
- e2625b1a
- git-author:
- Jakub Jermar <jakub@…> (2018-08-21 21:58:52)
- git-committer:
- Jakub Jermar <jakub@…> (2018-08-23 21:14:56)
- File:
-
- 1 edited
-
uspace/lib/nic/include/nic_impl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic_impl.h
re2625b1a r205f1add 78 78 extern errno_t nic_wol_virtue_get_caps_impl(ddf_fun_t *, nic_wv_type_t, int *); 79 79 extern errno_t nic_poll_get_mode_impl(ddf_fun_t *, 80 nic_poll_mode_t *, struct time val*);80 nic_poll_mode_t *, struct timespec *); 81 81 extern errno_t nic_poll_set_mode_impl(ddf_fun_t *, 82 nic_poll_mode_t, const struct time val*);82 nic_poll_mode_t, const struct timespec *); 83 83 extern errno_t nic_poll_now_impl(ddf_fun_t *); 84 84
Note:
See TracChangeset
for help on using the changeset viewer.
