include: remove old kernel defintions
C++ support moved from nanokernel.h to kernel.h. Change-Id: I5e1631941e26f4ab3f311b680267b743bab15e40 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
d25a117cd7
commit
e004dec958
23 changed files with 57 additions and 4223 deletions
|
@ -611,14 +611,7 @@ int device_busy_check(struct device *chk_dev);
|
|||
* Synchronous calls API
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_KERNEL_V2
|
||||
#include <kernel.h>
|
||||
#else
|
||||
#include <nanokernel.h>
|
||||
#ifdef CONFIG_MICROKERNEL
|
||||
#include <microkernel.h>
|
||||
#endif
|
||||
#endif
|
||||
#include <stdbool.h>
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue