kernel: remove all remaining references to nanokernel
Change-Id: I43067508898bc092879f7fe9d656ccca6fd92ab2 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
d7bc60f096
commit
b84dc2e124
27 changed files with 37 additions and 53 deletions
|
@ -22,8 +22,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
void nano_cpu_idle(void);
|
||||
void nano_cpu_atomic_idle(unsigned int key);
|
||||
void k_cpu_idle(void);
|
||||
void k_cpu_atomic_idle(unsigned int key);
|
||||
|
||||
static ALWAYS_INLINE void nanoArchInit(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue