zephyr/kernel/microkernel/core
Peter Mitsis b52882f540 Minimize k_boot.h's header file inclusion
The header file k_boot.h does not need everything that "k_types.h" drags in.
It only needs "stdint.h" for the uint32_t type.  This has an immediate impact
on "flashboot.c" as it was improperly relying upon the extra items that
"k_boot.h" dragged in.

Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
Change-Id: Ib8bfbec52a1198846295d549091dc30bf041d97a
2016-02-05 20:13:40 -05:00
..
cmdPkt.c First commit 2015-04-10 16:44:37 -07:00
flashboot.c Minimize k_boot.h's header file inclusion 2016-02-05 20:13:40 -05:00
global.c Remove references to NODEx.c 2016-02-05 20:13:40 -05:00
k_remrpl.c First commit 2015-04-10 16:44:37 -07:00
taskcall.c First commit 2015-04-10 16:44:37 -07:00