zephyr/kernel/microkernel/include
Peter Mitsis 594722c256 Rename pipe kernel service commands
Renames pipe kernel service commands so they no longer refer to channels.
	CHENQ_REQ    -> PIPE_PUT_REQUEST
	CHENQ_TMO    -> PIPE_PUT_TIMEOUT
	CHENQ_RPL    -> PIPE_PUT_REPLY
	CHENQ_ACK    -> PIPE_PUT_ACK
	CHDEQ_REQ    -> PIPE_GET_REQUEST
	CHDEQ_TMO    -> PIPE_GET_TIMEOUT
	CHDEQ_RPL    -> PIPE_GET_REPLY
	CHDEQ_ACK    -> PIPE_GET_ACK
	CH_MOVED_ACK -> PIPE_MOVEDATA_ACK

Change-Id: I28946a46199d4eaac331c552092060f04525dd3f
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:28 -05:00
..
k_pipe_buffer.h Rename microkernel's kernel_struct.h to micro_private_types.h 2016-02-05 20:14:26 -05:00
k_pipe_util.h Rename internal K_ChProcxxx() routines 2016-02-05 20:14:28 -05:00
kernel_main.h Rename internal K_ChMovedAck() routine 2016-02-05 20:14:28 -05:00
micro_private_types.h Rename pipe kernel service commands 2016-02-05 20:14:28 -05:00
micro_private.h Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00