Ignore:
File:
1 edited

Legend:

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

    r5d0500c rc0699467  
    3838#include <cpu.h>
    3939#include <ipc/ipc.h>
    40 #include <ipc/event.h>
    41 #include <ipc/kbox.h>
    4240#include <synch/spinlock.h>
    4341#include <synch/mutex.h>
     
    5553#include <proc/scheduler.h>
    5654#include <udebug/udebug.h>
     55#include <ipc/kbox.h>
    5756#include <mm/as.h>
    5857#include <abi/sysinfo.h>
     
    9493        phone_t phones[IPC_MAX_PHONES];
    9594        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;
    9897       
    9998#ifdef CONFIG_UDEBUG
Note: See TracChangeset for help on using the changeset viewer.