Changes in uspace/lib/nic/include/nic_driver.h [1b20da0:205f1add] in mainline
- File:
-
- 1 edited
-
uspace/lib/nic/include/nic_driver.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic_driver.h
r1b20da0 r205f1add 83 83 nic_poll_mode_t poll_mode; 84 84 /** Polling period (applicable when poll_mode == NIC_POLL_PERIODIC) */ 85 struct time valpoll_period;85 struct timespec poll_period; 86 86 /** Current polling mode of the NIC */ 87 87 nic_poll_mode_t default_poll_mode; 88 88 /** Polling period (applicable when default_poll_mode == NIC_POLL_PERIODIC) */ 89 struct time valdefault_poll_period;89 struct timespec default_poll_period; 90 90 /** Software period fibrill information */ 91 91 struct sw_poll_info sw_poll_info;
Note:
See TracChangeset
for help on using the changeset viewer.
