Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/task.h

    r1066041 r6c34f587  
    5757#include <mm/as.h>
    5858#include <abi/sysinfo.h>
    59 #include <arch.h>
    60 
    61 #define TASK                 THE->task
    62 
    6359
    6460struct thread;
     
    9894        phone_t phones[IPC_MAX_PHONES];
    9995        stats_ipc_t ipc_info;   /**< IPC statistics */
    100         list_t sync_boxes;      /**< List of synchronous answerboxes. */
    10196        event_t events[EVENT_TASK_END - EVENT_END];
    10297       
Note: See TracChangeset for help on using the changeset viewer.