Changeset 0ca6faa in mainline for include/context.h
- Timestamp:
- 2005-05-08T22:32:29Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2265edf
- Parents:
- c4a5207f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/context.h
rc4a5207f r0ca6faa 31 31 32 32 #include <typedefs.h> 33 #include "fpu_context.h" 34 33 35 34 36 extern int context_save(context_t *c); 35 37 extern void context_restore(context_t *c) __attribute__ ((noreturn)); 36 38 39 40 37 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.