zephyr/arch/arm/core
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
..
offsets First commit 2015-04-10 16:44:37 -07:00
atomic.s First commit 2015-04-10 16:44:37 -07:00
basepri.s First commit 2015-04-10 16:44:37 -07:00
cpu_idle.s Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
exc_exit.s Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
fault.c First commit 2015-04-10 16:44:37 -07:00
fault_s.s First commit 2015-04-10 16:44:37 -07:00
ffs.s First commit 2015-04-10 16:44:37 -07:00
gdb_stub.s Rename _GdbStubIrqVectorTableEntry to _irq_vector_table_entry_with_gdb_stub 2016-02-05 20:13:53 -05:00
gdb_stub_irq_vector_table.c Rename _GdbStubIrqVectorTableEntry to _irq_vector_table_entry_with_gdb_stub 2016-02-05 20:13:53 -05:00
irq_init.c Fix checkpatch issue - WARNING:LINE_SPACING 2016-02-05 20:13:39 -05:00
irq_manage.c Rename _IsrTable to _sw_isr_table 2016-02-05 20:13:53 -05:00
isr_wrapper.s arm: fix tabs-vs-space issues in isr_wrapper.s 2016-02-05 20:13:59 -05:00
nano_fiber_abort.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
nanocontext.c Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
nanofatal.c Rename __defaultEsf to _default_esf 2016-02-05 20:13:54 -05:00
swap.s Rename _NanoKernel to _nanokernel 2016-02-05 20:13:53 -05:00
task_abort.c Rename cmdpacket to cmd_packet 2016-02-05 20:13:53 -05:00