zephyr/include
Allan Stephens a02396098d Eliminate exposure of non-public microkernel structures
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>
2016-02-05 20:14:00 -05:00
..
bluetooth Fix checkpatch issue - WARNING:SPACING 2016-02-05 20:13:59 -05:00
drivers loapic: Expose APIC LVT mask definition 2016-02-05 20:14:00 -05:00
microkernel Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
misc Add ARRAY_SIZE() helper macro 2016-02-05 20:13:54 -05:00
nanokernel Fix coding style issues. 2016-02-05 20:13:59 -05:00
toolchain Fix checkpatch issue - WARNING:SPACING 2016-02-05 20:13:59 -05:00
abs_sym.h
clock_vars.h Fix checkpatch issue - WARNING:SPACING 2016-02-05 20:13:59 -05:00
cputype.h
kernel_version.h
linker-defs.h
linker-tool-gcc.h
linker-tool.h
microkernel.h Relocate misplaced items in main microkernel API include file 2016-02-05 20:14:00 -05:00
nanokernel.h
section_tags.h Fix checkpatch issue - WARNING:SPACING 2016-02-05 20:13:59 -05:00
sections.h
string_s.h
sw_isr_table.h
toolchain.h