Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1280 → Rev 1281

/kernel/trunk/generic/include/ipc/sysipc.h
30,6 → 30,7
#define __SYSIPC_H__
 
#include <ipc/ipc.h>
#include <ipc/irq.h>
 
__native sys_ipc_call_sync_fast(__native phoneid, __native method,
__native arg1, ipc_data_t *data);
45,9 → 46,7
__native sys_ipc_forward_fast(__native callid, __native phoneid,
__native method, __native arg1);
__native sys_ipc_hangup(int phoneid);
__native sys_ipc_register_irq(__native irq);
__native sys_ipc_register_irq(__native irq, irq_code_t *ucode);
__native sys_ipc_unregister_irq(__native irq);
 
void irq_ipc_bind_arch(__native irq);
 
#endif