Subversion Repositories HelenOS-historic

Rev

Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1702 Rev 1780
Line 33... Line 33...
33
 */
33
 */
34
 
34
 
35
#ifndef __IPCRSC_H__
35
#ifndef __IPCRSC_H__
36
#define __IPCRSC_H__
36
#define __IPCRSC_H__
37
 
37
 
38
call_t * get_call(__native callid);
38
call_t * get_call(unative_t callid);
39
int phone_alloc(void);
39
int phone_alloc(void);
40
void phone_connect(int phoneid, answerbox_t *box);
40
void phone_connect(int phoneid, answerbox_t *box);
41
void phone_dealloc(int phoneid);
41
void phone_dealloc(int phoneid);
42
 
42
 
43
#endif
43
#endif