Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/the.c

    rb3f8fb7 r7a0359b  
    3333/**
    3434 * @file
    35  * @brief       THE structure functions.
     35 * @brief THE structure functions.
    3636 *
    3737 * This file contains functions to manage the THE structure.
     
    4444#include <arch.h>
    4545
    46 
    4746/** Initialize THE structure
    4847 *
     
    5049 *
    5150 * @param the THE structure to be initialized.
     51 *
    5252 */
    5353void the_initialize(the_t *the)
     
    6666 * @param src The source THE structure.
    6767 * @param dst The destination THE structure.
     68 *
    6869 */
    69 void the_copy(the_t *src, the_t *dst)
     70NO_TRACE void the_copy(the_t *src, the_t *dst)
    7071{
    7172        *dst = *src;
Note: See TracChangeset for help on using the changeset viewer.