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
|
@ -21,7 +21,7 @@
|
|||
* Core thread related primitives for the ARCv2 processor architecture.
|
||||
*/
|
||||
|
||||
#include <nanokernel.h>
|
||||
#include <kernel.h>
|
||||
#include <toolchain.h>
|
||||
#include <kernel_structs.h>
|
||||
#include <offsets_short.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue