mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 06:41:55 +00:00
Relocates the declarations for most non-public microkernel APIs into the main include file for such APIs (i.e. minik.h), then eliminates the per-subsystem include files. (The per-subsystem files don't serve any significant purpose now that the routines comprising each microkernel subsystem have been consolidated. In fact, there wasn't a single file that included one of these files that didn't already include minik.h!) Note: The channel APIs have not been consolidated yet, as they require further cleanup. Also, one mailbox API that is used only by the mailbox subsystem itself is moved there rather than being placed in minik.h. Change-Id: Ic7f1ac8a67bd39b685f70379dffff0d0caf1b290 Signed-off-by: Allan Stephens <allan.stephens@windriver.com> |
||
---|---|---|
.. | ||
channel | ||
include | ||
cmdPkt.c | ||
defs.objs | ||
global.c | ||
idle.c | ||
k_event.c | ||
k_irq.c | ||
k_mbox.c | ||
k_memmap.c | ||
k_mempool.c | ||
k_mutex.c | ||
k_nop.c | ||
k_offload.c | ||
k_queue.c | ||
k_sema.c | ||
k_task.c | ||
k_timer.c | ||
movedata.c | ||
server.c | ||
task_monitor.c | ||
ticker.c |