Changes in uspace/lib/drv/include/nic_iface.h [ae7d03c:205f1add] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/nic_iface.h
rae7d03c r205f1add 106 106 107 107 extern errno_t nic_poll_get_mode(async_sess_t *, nic_poll_mode_t *, 108 struct time val*);108 struct timespec *); 109 109 extern errno_t nic_poll_set_mode(async_sess_t *, nic_poll_mode_t, 110 const struct time val*);110 const struct timespec *); 111 111 extern errno_t nic_poll_now(async_sess_t *); 112 112
Note:
See TracChangeset
for help on using the changeset viewer.