Changeset 0016674 in mainline for kernel/generic/include/ipc/sysipc.h
- Timestamp:
- 2017-12-09T18:04:23Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0722869
- Parents:
- 569a51a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/sysipc.h
r569a51a r0016674 59 59 extern sysarg_t sys_ipc_irq_unsubscribe(sysarg_t); 60 60 61 #ifdef __32_BITS__ 62 63 extern sysarg_t sys_ipc_connect_kbox(sysarg64_t *, cap_handle_t *); 64 65 #endif /* __32_BITS__ */ 66 67 #ifdef __64_BITS__ 68 69 extern sysarg_t sys_ipc_connect_kbox(sysarg_t, cap_handle_t *); 70 71 #endif /* __64_BITS__ */ 61 extern sysarg_t sys_ipc_connect_kbox(task_id_t *, cap_handle_t *); 72 62 73 63 #endif
Note:
See TracChangeset
for help on using the changeset viewer.