Changes in uspace/lib/c/include/device/nic.h [9cd8165:cf9cb36] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/device/nic.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/device/nic.h
r9cd8165 rcf9cb36 91 91 92 92 extern int nic_send_frame(async_sess_t *, void *, size_t); 93 extern int nic_callback_create(async_sess_t *, async_client_conn_t, void *); 93 extern int nic_callback_create(async_sess_t *, nic_device_id_t, 94 async_client_conn_t, void *); 94 95 extern int nic_get_state(async_sess_t *, nic_device_state_t *); 95 96 extern int nic_set_state(async_sess_t *, nic_device_state_t);
Note:
See TracChangeset
for help on using the changeset viewer.
