zephyr/kernel/microkernel
Allan Stephens 0507aefbdc Continue limiting exposure of microkernel APIs needed by sysgen
Relocates and renames the include file which declares non-public
APIs needed by sysgen from the directory containing the microkernel's
public API to the directory containing its non-public API.

Note: Need to come up with a more elegant way for generated
kernel_main.c to access kernel_main.h, since the current relative
path approach is kludgy.

Change-Id: I5e4b07038e566f1f161001d676a3b0faa487a480
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:13:55 -05:00
..
channel Eliminate unnecessary K_TIMER type 2016-02-05 20:13:55 -05:00
include Continue limiting exposure of microkernel APIs needed by sysgen 2016-02-05 20:13:55 -05:00
cmdPkt.c Rename cmdpacket to cmd_packet 2016-02-05 20:13:53 -05:00
defs.objs Eliminate microkernel/movedata sub-directory 2016-02-05 20:13:51 -05:00
global.c Limit exposure of non-public microkernel APIs defined by sysgen 2016-02-05 20:13:55 -05:00
idle.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
k_event.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
k_irq.c Allow task IRQ code to support tickless kernel 2016-02-05 20:13:49 -05:00
k_mbox.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
k_memmap.c Allow memory maps to support tickless kernel 2016-02-05 20:13:49 -05:00
k_mempool.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
k_mutex.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
k_nop.c Renaming K_nop to _k_nop 2016-02-05 20:13:48 -05:00
k_offload.c Renaming K_offload to _k_offload_to_fiber 2016-02-05 20:13:48 -05:00
k_queue.c Allow FIFOs to support tickless kernel 2016-02-05 20:13:49 -05:00
k_sema.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
k_task.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
k_timer.c Eliminate unnecessary K_TIMER type 2016-02-05 20:13:55 -05:00
movedata.c Delete unnecessary kmemcpy.h file 2016-02-05 20:13:55 -05:00
server.c Continue limiting exposure of microkernel APIs needed by sysgen 2016-02-05 20:13:55 -05:00
task_monitor.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00
ticker.c Consolidate (most) microkernel non-public API declarations 2016-02-05 20:13:55 -05:00