Rev 4743 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4743 | Rev 4756 | ||
|---|---|---|---|
| Line 68... | Line 68... | ||
| 68 | /** @name Message processing functions |
68 | /** @name Message processing functions |
| 69 | */ |
69 | */ |
| 70 | /*@{*/ |
70 | /*@{*/ |
| 71 | 71 | ||
| 72 | /** Registers the device notification receiver, the network interface layer module. |
72 | /** Registers the device notification receiver, the network interface layer module. |
| 73 | * @param device_id The device identifier. Input parameter. |
73 | * @param[in] device_id The device identifier. |
| 74 | * @param phone The network interface layer module phone. Input parameter. |
74 | * @param[in] phone The network interface layer module phone. |
| 75 | * @returns EOK on success. |
75 | * @returns EOK on success. |
| 76 | * @returns ENOENT if there is no such device. |
76 | * @returns ENOENT if there is no such device. |
| 77 | * @returns ELIMIT if there is another module registered. |
77 | * @returns ELIMIT if there is another module registered. |
| 78 | */ |
78 | */ |
| 79 | int register_message( device_id_t device_id, int phone ); |
79 | int register_message( device_id_t device_id, int phone ); |