Subversion Repositories HelenOS

Rev

Rev 4705 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4705 Rev 4731
Line 201... Line 201...
201
 *  @param phone The packet server module phone. Input parameter.
201
 *  @param phone The packet server module phone. Input parameter.
202
 *  @param packet_id The packet identifier. Input parameter.
202
 *  @param packet_id The packet identifier. Input parameter.
203
 */
203
 */
204
void pq_release( int phone, packet_id_t packet_id );
204
void pq_release( int phone, packet_id_t packet_id );
205
 
205
 
-
 
206
/** \todo
-
 
207
 */
-
 
208
packet_t    packet_get_copy( int phone, packet_t packet );
-
 
209
 
206
/*@}*/
210
/*@}*/
207
 
211
 
208
#endif
212
#endif
209
 
213
 
210
/** @}
214
/** @}