Ignore:
File:
1 edited

Legend:

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

    r87e7a18 r5a6cc679  
    4040#include <cap/cap.h>
    4141
    42 extern errno_t phone_alloc(task_t *, bool, cap_handle_t *, kobject_t **);
     42extern errno_t phone_alloc(task_t *, cap_handle_t *);
     43extern bool phone_connect(cap_handle_t, answerbox_t *);
    4344extern void phone_dealloc(cap_handle_t);
    4445
Note: See TracChangeset for help on using the changeset viewer.