Changeset 162f919 in mainline for generic/include/ipc/sysipc.h


Ignore:
Timestamp:
2006-05-02T21:49:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc35e88
Parents:
281224a
Message:

Added means to make a simple action upon interrupt.

File:
1 edited

Legend:

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

    r281224a r162f919  
    3131
    3232#include <ipc/ipc.h>
     33#include <ipc/irq.h>
    3334
    3435__native sys_ipc_call_sync_fast(__native phoneid, __native method,
     
    4647                              __native method, __native arg1);
    4748__native sys_ipc_hangup(int phoneid);
    48 __native sys_ipc_register_irq(__native irq);
     49__native sys_ipc_register_irq(__native irq, irq_code_t *ucode);
    4950__native sys_ipc_unregister_irq(__native irq);
    5051
    51 void irq_ipc_bind_arch(__native irq);
    52 
    5352#endif
Note: See TracChangeset for help on using the changeset viewer.