Changes in uspace/lib/nic/include/nic_driver.h [01380b1:8d7ec69d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic_driver.h
r01380b1 r8d7ec69d 80 80 /** Device's default MAC address (assigned the first time, used in STOP) */ 81 81 nic_address_t default_mac; 82 /** Session to SERVICE_ETHERNET or SERVICE_NILDUMMY*/83 async_sess_t * nil_session;82 /** Client callback session */ 83 async_sess_t *client_session; 84 84 /** Phone to APIC or i8259 */ 85 85 async_sess_t *irc_session;
Note:
See TracChangeset
for help on using the changeset viewer.