Changeset a6d4ceb in mainline for generic/include/proc/task.h
- Timestamp:
- 2006-04-13T14:27:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 963074b3
- Parents:
- 1ace9ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/task.h
r1ace9ea ra6d4ceb 36 36 #include <ipc/ipc.h> 37 37 #include <security/cap.h> 38 #include <arch/proc/task.h> 38 39 39 40 /** Task structure. */ … … 51 52 phone_t phones[IPC_MAX_PHONES]; 52 53 atomic_t active_calls; /**< Active asynchronous messages */ 54 55 task_arch_t arch; 53 56 }; 54 57
Note:
See TracChangeset
for help on using the changeset viewer.