Changeset fbcfd458 in mainline for generic/include/ipc/ipcrsc.h


Ignore:
Timestamp:
2006-03-18T23:02:08Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4b45210
Parents:
ba81cab
Message:

Untested better IPC functions.

  • There is some bug in MIPS, unpredicatbly sometimes the thread gets mapped

different frame for stack.

File:
1 edited

Legend:

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

    rba81cab rfbcfd458  
    3232call_t * get_call(__native callid);
    3333int phone_alloc(void);
     34void phone_connect(int phoneid, answerbox_t *box);
    3435void phone_dealloc(int phoneid);
    35 void phone_connect(int phoneid, answerbox_t *box);
    36 
    3736
    3837#endif
Note: See TracChangeset for help on using the changeset viewer.