zephyr/kernel/microkernel
Daniel Leung 2285976f03 microkernel: redefine pipe object identifier type
The opaque pipe object id type is now a pointer to
the associated pipe structure, rather than an index
into the microkernel's array of pipe structures.

This change is a pre-requisite to support for private
pipes, which are defined in source code.

This also moves the required struct into more visible
headers such that private pipes can be declared.
Renaming the struct is also being done to conform to
naming convention for private kernel objects.
Since a couple structs have to be moved anyway, so
do the moving and renaming here too (contrary to what
have been done in the past, with separated patches).

Change-Id: Ibb6ec7f62745a81439ae3ea2616688b757439843
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:18 -05:00
..
include microkernel: redefine pipe object identifier type 2016-02-05 20:15:18 -05:00
k_command_packet.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_event.c microkernel: remove kernel service dispatch table 2016-02-05 20:14:46 -05:00
k_fifo.c microkernel: Rename struct que_struct to _k_fifo_struct 2016-02-05 20:15:18 -05:00
k_idle.c microkernel: remove kernel service dispatch table 2016-02-05 20:14:46 -05:00
k_init.c Microkernel timer uses new driver initialization 2016-02-05 20:14:37 -05:00
k_irq.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_mailbox.c microkernel: Rename struct mbx_struct to _k_mbox_struct 2016-02-05 20:15:18 -05:00
k_memory_map.c microkernel: remove kernel service dispatch table 2016-02-05 20:14:46 -05:00
k_memory_pool.c microkernel: remove kernel service dispatch table 2016-02-05 20:14:46 -05:00
k_move_data.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
k_mutex.c microkernel: Rename struct mutex_struct to _k_mutex_struct 2016-02-05 20:14:46 -05:00
k_nop.c microkernel: remove kernel service dispatch table 2016-02-05 20:14:46 -05:00
k_offload.c microkernel: remove kernel service dispatch table 2016-02-05 20:14:46 -05:00
k_pipe_buffer.c microkernel: redefine pipe object identifier type 2016-02-05 20:15:18 -05:00
k_pipe_get.c microkernel: redefine pipe object identifier type 2016-02-05 20:15:18 -05:00
k_pipe_put.c microkernel: redefine pipe object identifier type 2016-02-05 20:15:18 -05:00
k_pipe_util.c Revise 'channel' comments in microkernel's pipe code 2016-02-05 20:14:37 -05:00
k_pipe_xfer.c microkernel: redefine pipe object identifier type 2016-02-05 20:15:18 -05:00
k_pipe.c microkernel: redefine pipe object identifier type 2016-02-05 20:15:18 -05:00
k_semaphore.c microkernel: Rename struct sem_struct to _k_sem_struct 2016-02-05 20:15:18 -05:00
k_server.c microkernel: remove kernel service dispatch table 2016-02-05 20:14:46 -05:00
k_task_monitor.c Rename microkernel's minik.h to micro_private.h 2016-02-05 20:14:26 -05:00
k_task.c microkernel: put _k_task_list into its own binary section 2016-02-05 20:15:18 -05:00
k_ticker.c microkernel: remove kernel service dispatch table 2016-02-05 20:14:46 -05:00
k_timer.c Redefine microkernel timer objects identifier type 2016-02-05 20:15:18 -05:00
Kconfig Remove obsolete kernel references to BSP 2016-02-05 20:14:39 -05:00
Makefile Rename microkernel's global.c to k_init.c 2016-02-05 20:14:25 -05:00