Changeset 2b017ba in mainline for kernel/generic/include/ipc/sysipc.h


Ignore:
Timestamp:
2006-10-16T20:51:55Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f9b4d9a
Parents:
e3890b3f
Message:

Replace the old IRQ dispatcher and IPC notifier with new implementation.
Note that all architectures except for sparc64 are now broken
and don't even compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/sysipc.h

    re3890b3f r2b017ba  
    3939#include <ipc/irq.h>
    4040#include <arch/types.h>
     41#include <typedefs.h>
    4142
    4243unative_t sys_ipc_call_sync_fast(unative_t phoneid, unative_t method,
     
    5455                              unative_t method, unative_t arg1);
    5556unative_t sys_ipc_hangup(int phoneid);
    56 unative_t sys_ipc_register_irq(int irq, irq_code_t *ucode);
    57 unative_t sys_ipc_unregister_irq(int irq);
     57unative_t sys_ipc_register_irq(inr_t inr, devno_t devno, unative_t method, irq_code_t *ucode);
     58unative_t sys_ipc_unregister_irq(inr_t inr, devno_t devno);
    5859
    5960#endif
Note: See TracChangeset for help on using the changeset viewer.