Changeset 8f91729 in mainline for include/context.h
- Timestamp:
- 2005-08-31T11:43:38Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e291e5d
- Parents:
- b9e97fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/context.h
rb9e97fb r8f91729 39 39 #endif /* context_set */ 40 40 41 #ifndef context_map_stack 42 #define context_map_stack(stack, size) 43 #endif /* context_map_stack */ 44 41 45 extern int context_save(context_t *c); 42 46 extern void context_restore(context_t *c) __attribute__ ((noreturn)); 43 47 44 45 46 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.