Changes in kernel/generic/src/proc/the.c [e3ee9b9:7a0359b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/proc/the.c
re3ee9b9 r7a0359b 49 49 * 50 50 * @param the THE structure to be initialized. 51 * 51 52 */ 52 53 void the_initialize(the_t *the) … … 65 66 * @param src The source THE structure. 66 67 * @param dst The destination THE structure. 68 * 67 69 */ 68 void the_copy(the_t *src, the_t *dst)70 NO_TRACE void the_copy(the_t *src, the_t *dst) 69 71 { 70 72 *dst = *src;
Note:
See TracChangeset
for help on using the changeset viewer.