Rev 4696 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4696 | Rev 4699 | ||
---|---|---|---|
Line 119... | Line 119... | ||
119 | */ |
119 | */ |
120 | int nildummy_send_message( device_id_t device_id, packet_t packet, services_t sender ); |
120 | int nildummy_send_message( device_id_t device_id, packet_t packet, services_t sender ); |
121 | 121 | ||
122 | /** Returns the device hardware address. |
122 | /** Returns the device hardware address. |
123 | * @param device_id The device identifier. Input parameter. |
123 | * @param device_id The device identifier. Input parameter. |
124 | * @param type Type of the desired address. Input parameter |
- | |
125 | * @param address The device hardware address. Output parameter. |
124 | * @param address The device hardware address. Output parameter. |
126 | * @returns EOK on success. |
125 | * @returns EOK on success. |
127 | * @returns EBADMEM if the address parameter is NULL. |
126 | * @returns EBADMEM if the address parameter is NULL. |
128 | * @returns ENOENT if there no such device. |
127 | * @returns ENOENT if there no such device. |
129 | */ |
128 | */ |