Changeset 162f919 in mainline for generic/include/ipc/sysipc.h
- Timestamp:
- 2006-05-02T21:49:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc35e88
- Parents:
- 281224a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ipc/sysipc.h
r281224a r162f919 31 31 32 32 #include <ipc/ipc.h> 33 #include <ipc/irq.h> 33 34 34 35 __native sys_ipc_call_sync_fast(__native phoneid, __native method, … … 46 47 __native method, __native arg1); 47 48 __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); 49 50 __native sys_ipc_unregister_irq(__native irq); 50 51 51 void irq_ipc_bind_arch(__native irq);52 53 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.