Changes in uspace/lib/c/include/context.h [e0a4686:a35a3d8] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/context.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/context.h
re0a4686 ra35a3d8 46 46 extern uintptr_t context_get_pc(context_t *ctx); 47 47 48 // TODO: These should go away.49 50 extern int context_save(context_t *ctx) __attribute__((returns_twice));51 extern void context_restore(context_t *ctx) __attribute__((noreturn));52 53 48 #endif 54 49
Note:
See TracChangeset
for help on using the changeset viewer.
