mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 05:35:54 +00:00
Renames the include file defining non-public microkernel structures from k_struct.h to kernel_structures.h, and relocates it to the microkernel's non-public include file directory. This means that applications and drivers including the microkernel's public APIs, using microkernel.h, can no longer access non-public information. Note: This change also eliminates some redundant #includes by the microkernel's own subsystems, since the inclusion of minik.h brings in the vast majority of public and non-public APIs. Change-Id: Ic7d9ec1ebb8a124ccd0aaad98b50e16c197ffa00 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 |