Changeset 5626277 in mainline for generic/include/ipc/sysipc.h
- Timestamp:
- 2006-04-29T22:12:40Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 51a7dc1
- Parents:
- 407862e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ipc/sysipc.h
r407862e r5626277 30 30 #define __SYSIPC_H__ 31 31 32 #include <ipc/ipc.h> 33 32 34 __native sys_ipc_call_sync_fast(__native phoneid, __native method, 33 35 __native arg1, ipc_data_t *data); … … 44 46 __native method, __native arg1); 45 47 __native sys_ipc_hangup(int phoneid); 48 __native sys_ipc_register_irq(__native irq); 49 __native sys_ipc_unregister_irq(__native irq); 46 50 51 void irq_ipc_bind_arch(__native irq); 47 52 48 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.