Subversion Repositories HelenOS

Rev

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

Rev 4350 Rev 4351
Line 52... Line 52...
52
 *  @param phone The packet server module phone. Input parameter.
52
 *  @param phone The packet server module phone. Input parameter.
53
 *  @param packet The packet reference pointer to store the received packet reference. Output parameter.
53
 *  @param packet The packet reference pointer to store the received packet reference. Output parameter.
54
 *  @param packet_id The packet identifier. Input parameter.
54
 *  @param packet_id The packet identifier. Input parameter.
55
 *  @param size The packet total size in bytes. Input parameter.
55
 *  @param size The packet total size in bytes. Input parameter.
56
 *  @returns EOK on success.
56
 *  @returns EOK on success.
57
 *  \todo ipc_share_in_start() error?
-
 
58
 *  @returns Other error codes as defined for the pm_add() function.
57
 *  @returns Other error codes as defined for the pm_add() function.
-
 
58
 *  @returns Other error codes as defined for the ipc_share_in_start() function.
59
 */
59
 */
60
int packet_return( int phone, packet_ref packet, packet_id_t packet_id, size_t size );
60
int packet_return( int phone, packet_ref packet, packet_id_t packet_id, size_t size );
61
 
61
 
62
int packet_translate( int phone, packet_ref packet, packet_id_t packet_id ){
62
int packet_translate( int phone, packet_ref packet, packet_id_t packet_id ){
63
    ERROR_DECLARE;
63
    ERROR_DECLARE;