Ignore:
File:
1 edited

Legend:

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

    r41df2827 rbc18d63  
    5555#include <udebug/udebug.h>
    5656#include <ipc/kbox.h>
    57 #include <mm/as.h>
    5857
    5958#define TASK_NAME_BUFLEN        20
     
    9998         */
    10099        atomic_t active_calls;
    101         /** List of synchronous answerboxes. */
    102         link_t sync_box_head;
    103100
    104101#ifdef CONFIG_UDEBUG
     
    135132extern int task_kill(task_id_t id);
    136133extern uint64_t task_get_accounting(task_t *t);
    137 extern void task_print_list(void);
    138134
    139135extern void cap_set(task_t *t, cap_t caps);
Note: See TracChangeset for help on using the changeset viewer.