kernel: replace all remaining nanokernel occurances
replace include <nanokernel.h> with <kernel.h> everywhere and also fix any remaining mentions of nanokernel. Keep the legacy samples/tests as is. Change-Id: Iac48447bd191e83f21a719c69dc26233216d08dc Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ea8c6aad24
commit
c1347b4730
57 changed files with 59 additions and 62 deletions
|
@ -24,7 +24,7 @@
|
|||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <kernel.h>
|
||||
#include <kernel_structs.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue