Changeset 5626277 in mainline for generic/include/ipc/sysipc.h


Ignore:
Timestamp:
2006-04-29T22:12:40Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
51a7dc1
Parents:
407862e
Message:

Added support for IRQ notifiactions.

  • seems to work correctly on ia32, amd64
  • the mips kbd probably lowers interrupts when the char is read from the port, we will have to find a way how to deal with it.
File:
1 edited

Legend:

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

    r407862e r5626277  
    3030#define __SYSIPC_H__
    3131
     32#include <ipc/ipc.h>
     33
    3234__native sys_ipc_call_sync_fast(__native phoneid, __native method,
    3335                                __native arg1, ipc_data_t *data);
     
    4446                              __native method, __native arg1);
    4547__native sys_ipc_hangup(int phoneid);
     48__native sys_ipc_register_irq(__native irq);
     49__native sys_ipc_unregister_irq(__native irq);
    4650
     51void irq_ipc_bind_arch(__native irq);
    4752
    4853#endif
Note: See TracChangeset for help on using the changeset viewer.