Changeset 2c2d54a in mainline for kernel/generic/src/ipc/sysipc_ops.c
- Timestamp:
- 2016-09-02T17:58:05Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c3602c4
- Parents:
- 4bf0926e (diff), 3233adb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc_ops.c
r4bf0926e r2c2d54a 42 42 sysipc_ops_t ipc_m_connect_to_me_ops; 43 43 sysipc_ops_t ipc_m_connect_me_to_ops; 44 sysipc_ops_t ipc_m_page_in_ops; 44 45 sysipc_ops_t ipc_m_share_out_ops; 45 46 sysipc_ops_t ipc_m_share_in_ops; … … 54 55 [IPC_M_CONNECT_TO_ME] = &ipc_m_connect_to_me_ops, 55 56 [IPC_M_CONNECT_ME_TO] = &ipc_m_connect_me_to_ops, 57 [IPC_M_PAGE_IN] = &ipc_m_page_in_ops, 56 58 [IPC_M_SHARE_OUT] = &ipc_m_share_out_ops, 57 59 [IPC_M_SHARE_IN] = &ipc_m_share_in_ops,
Note:
See TracChangeset
for help on using the changeset viewer.