Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    r19fc04c re2ab36f1  
    3636#define KERN_IPC_H_
    3737
     38#include <abi/ipc/ipc.h>
    3839#include <synch/spinlock.h>
    3940#include <synch/mutex.h>
    4041#include <synch/waitq.h>
    41 #include <abi/ipc/ipc.h>
    42 #include <abi/proc/task.h>
    4342#include <typedefs.h>
    4443
    45 #define IPC_MAX_PHONES  64
     44#define IPC_MAX_PHONES  32
    4645
    4746struct answerbox;
     
    9998typedef struct {
    10099        sysarg_t args[IPC_CALL_LEN];
    101         /**
    102          * Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME,
    103          * or the task which answered the call.
    104          */
     100        /** Task which made or forwarded the call with IPC_FF_ROUTE_FROM_ME. */
    105101        task_id_t task_id;
    106102        /** Phone which made or last masqueraded this call. */
Note: See TracChangeset for help on using the changeset viewer.