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