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