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


Ignore:
Timestamp:
2010-07-12T10:53:30Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd11d3e
Parents:
c40e6ef (diff), bee2d4c (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 mainline changes.

File:
1 edited

Legend:

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

    rc40e6ef rbd48f4c  
    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.