Subversion Repositories HelenOS-historic

Rev

Rev 1072 | Rev 1086 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1072 Rev 1084
Line 28... Line 28...
28
 
28
 
29
#ifndef __IPCRSC_H__
29
#ifndef __IPCRSC_H__
30
#define __IPCRSC_H__
30
#define __IPCRSC_H__
31
 
31
 
32
call_t * get_call(__native callid);
32
call_t * get_call(__native callid);
33
phone_t * get_phone_and_lock(__native phoneid);
-
 
34
int phone_alloc(void);
33
int phone_alloc(void);
35
void phone_dealloc(int phoneid);
34
void phone_dealloc(int phoneid);
36
void phone_connect(int phoneid, answerbox_t *box);
35
void phone_connect(int phoneid, answerbox_t *box);
37
 
36
 
38
 
37