Changes in kernel/generic/include/context.h [7a0359b:d99c1d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/context.h
r7a0359b rd99c1d2 37 37 38 38 #include <typedefs.h> 39 #include <trace.h>40 39 #include <arch/context.h> 41 40 … … 88 87 * 89 88 * @param ctx Context structure. 90 *91 89 */ 92 NO_TRACEstatic inline void context_restore(context_t *ctx)90 static inline void context_restore(context_t *ctx) 93 91 { 94 92 context_restore_arch(ctx);
Note:
See TracChangeset
for help on using the changeset viewer.