Changes in uspace/lib/drv/include/ops/nic.h [9cd8165:cf9cb36] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/ops/nic.h
r9cd8165 rcf9cb36 46 46 /** Mandatory methods */ 47 47 int (*send_frame)(ddf_fun_t *, void *, size_t); 48 int (*callback_create)(ddf_fun_t * );48 int (*callback_create)(ddf_fun_t *, nic_device_id_t); 49 49 int (*get_state)(ddf_fun_t *, nic_device_state_t *); 50 50 int (*set_state)(ddf_fun_t *, nic_device_state_t);
Note:
See TracChangeset
for help on using the changeset viewer.