Changes in kernel/generic/include/proc/task.h [5d0500c:55b77d9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/proc/task.h
r5d0500c r55b77d9 38 38 #include <cpu.h> 39 39 #include <ipc/ipc.h> 40 #include <ipc/event.h>41 #include <ipc/kbox.h>42 40 #include <synch/spinlock.h> 43 41 #include <synch/mutex.h> … … 55 53 #include <proc/scheduler.h> 56 54 #include <udebug/udebug.h> 55 #include <ipc/kbox.h> 57 56 #include <mm/as.h> 58 #include < abi/sysinfo.h>57 #include <sysinfo/abi.h> 59 58 60 59 struct thread; … … 94 93 phone_t phones[IPC_MAX_PHONES]; 95 94 stats_ipc_t ipc_info; /**< IPC statistics */ 96 list_t sync_boxes; /**<List of synchronous answerboxes. */97 event_t events[EVENT_TASK_END - EVENT_END];95 /** List of synchronous answerboxes. */ 96 list_t sync_boxes; 98 97 99 98 #ifdef CONFIG_UDEBUG
Note:
See TracChangeset
for help on using the changeset viewer.