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