Changeset 231b3fd in mainline for uspace/lib/nic/include/nic.h
- Timestamp:
- 2018-08-25T21:35:26Z (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic.h
re2625b1a r231b3fd 196 196 */ 197 197 typedef errno_t (*poll_mode_change_handler)(nic_t *, 198 nic_poll_mode_t, const struct time val*);198 nic_poll_mode_t, const struct timespec *); 199 199 200 200 /** … … 240 240 extern void nic_set_tx_busy(nic_t *, int); 241 241 extern errno_t nic_report_address(nic_t *, const nic_address_t *); 242 extern errno_t nic_report_poll_mode(nic_t *, nic_poll_mode_t, struct time val*);242 extern errno_t nic_report_poll_mode(nic_t *, nic_poll_mode_t, struct timespec *); 243 243 extern void nic_query_address(nic_t *, nic_address_t *); 244 244 extern void nic_received_frame(nic_t *, nic_frame_t *); 245 245 extern void nic_received_frame_list(nic_t *, nic_frame_list_t *); 246 extern nic_poll_mode_t nic_query_poll_mode(nic_t *, struct time val*);246 extern nic_poll_mode_t nic_query_poll_mode(nic_t *, struct timespec *); 247 247 248 248 /* Statistics updates */
Note:
See TracChangeset
for help on using the changeset viewer.