Subversion Repositories HelenOS-historic

Rev

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

Rev 1330 Rev 1336
Line 270... Line 270...
270
int ipc_unregister_irq(int irq)
270
int ipc_unregister_irq(int irq)
271
{
271
{
272
    return __SYSCALL1(SYS_IPC_UNREGISTER_IRQ, irq);
272
    return __SYSCALL1(SYS_IPC_UNREGISTER_IRQ, irq);
273
}
273
}
274
 
274
 
-
 
275
int ipc_forward_fast(ipc_callid_t callid, int phoneid, int method, ipcarg_t arg1)
-
 
276
{
-
 
277
    return __SYSCALL4(SYS_IPC_FORWARD_FAST, callid, phoneid, method, arg1);
-
 
278
}
-
 
279
 
275
/*
280
/*
276
int ipc_open_dgrconn(int pohoneid, size_t max_dgram)
281
int ipc_open_dgrconn(int pohoneid, size_t max_dgram)
277
{
282
{
278
   
283
   
279
}
284
}