Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1701 → Rev 1702

/kernel/trunk/generic/src/proc/the.c
26,8 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genericproc
* @{
*/
 
/**
* @file the.c
* @file
* @brief THE structure functions.
*
* This file contains functions to manage the THE structure.
67,3 → 71,7
{
*dst = *src;
}
 
/** @}
*/