Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4703 → Rev 4704

/branches/network/uspace/srv/net/structures/packet/packet.h
69,6 → 69,10
PACKET_OTHERHOST
};
 
/** @name Packet management system interface
*/
/*@{*/
 
/** Finds the packet mapping.
* @param packet_id The packet identifier to be found. Input parameter.
* @returns The found packet reference.
153,6 → 157,8
*/
packet_t pq_previous( packet_t packet );
 
/*@}*/
 
#endif
 
/** @}