Changeset c621f4aa in mainline for kernel/generic/src/proc/the.c


Ignore:
Timestamp:
2010-07-25T10:11:13Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
377cce8
Parents:
24a2517 (diff), a2da43c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline.

File:
1 edited

Legend:

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

    r24a2517 rc621f4aa  
    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.