Ignore:
File:
1 edited

Legend:

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

    r7a0359b rb3f8fb7  
    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
    4647/** Initialize THE structure
    4748 *
     
    4950 *
    5051 * @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  *
    6968 */
    70 NO_TRACE void the_copy(the_t *src, the_t *dst)
     69void the_copy(the_t *src, the_t *dst)
    7170{
    7271        *dst = *src;
Note: See TracChangeset for help on using the changeset viewer.