Changes in uspace/lib/nic/src/nic_impl.c [cde999a:acdb5bac] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_impl.c
rcde999a racdb5bac 179 179 180 180 nic_data->send_frame(nic_data, data, size); 181 fibril_rwlock_read_unlock(&nic_data->main_lock);182 181 return EOK; 183 182 } … … 189 188 * @param fun 190 189 * 191 * @return EOK On success, or anerror code.190 * @return EOK On success, or negative error code. 192 191 */ 193 192 int nic_callback_create_impl(ddf_fun_t *fun)
Note:
See TracChangeset
for help on using the changeset viewer.