Changes in uspace/lib/net/include/nil_skel.h [6b82009:609243f4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/include/nil_skel.h
r6b82009 r609243f4 70 70 * 71 71 */ 72 extern int nil_device_state_msg_local( device_id_t device_id, sysarg_t state);72 extern int nil_device_state_msg_local(nic_device_id_t device_id, sysarg_t state); 73 73 74 74 /** Pass the packet queue to the network interface layer. … … 81 81 * @param[in] device_id Source device identifier. 82 82 * @param[in] packet Received packet or the received packet queue. 83 * @param[in] target Target service. Ignored parameter.84 83 * 85 84 * @return EOK on success. … … 88 87 * 89 88 */ 90 extern int nil_received_msg_local(device_id_t device_id, packet_t *packet, 91 services_t target); 89 extern int nil_received_msg_local(nic_device_id_t device_id, packet_t *packet); 92 90 93 91 /** Message processing function.
Note:
See TracChangeset
for help on using the changeset viewer.