Changeset e18cf3d in mainline for generic/include/proc/task.h
- Timestamp:
- 2006-05-16T17:05:28Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8497711
- Parents:
- 12f73fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/proc/task.h
r12f73fe re18cf3d 36 36 #include <ipc/ipc.h> 37 37 #include <security/cap.h> 38 #include <mm/as_arg.h>39 38 #include <arch/proc/task.h> 40 39 … … 53 52 phone_t phones[IPC_MAX_PHONES]; 54 53 atomic_t active_calls; /**< Active asynchronous messages */ 55 56 /** Accept argument of SYS_AS_AREA_ACCEPT. */57 as_area_acptsnd_arg_t accept_arg;58 54 59 55 task_arch_t arch; /**< Architecture specific task data. */
Note:
See TracChangeset
for help on using the changeset viewer.