Changeset e507afa in mainline for generic/include/arch.h
- Timestamp:
- 2005-11-14T19:39:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abb79e84
- Parents:
- 35667f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/arch.h
r35667f8 re507afa 53 53 */ 54 54 struct the { 55 int preemption_disabled; /**< Preemption disabled counter. */55 count_t preemption_disabled; /**< Preemption disabled counter. */ 56 56 thread_t *thread; /**< Current thread. */ 57 57 task_t *task; /**< Current task. */
Note:
See TracChangeset
for help on using the changeset viewer.