Changeset bd41ac52 in mainline for uspace/lib/drv/include/nic_iface.h
- Timestamp:
- 2018-08-25T22:21:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cca80a2
- Parents:
- e2625b1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/nic_iface.h
re2625b1a rbd41ac52 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.