kernel: activate arch interface headers
Duplicate definitions elsewhere have been removed. A couple functions which are defined by the arch interface to be non-inline, but were implemented inline by native_posix and intel64, have been moved to non-inline. Some missing conditional compilation for z_arch_irq_offload() has been fixed, as this is an optional feature. Some massaging of native_posix headers to get everything in the right scope. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
e69997eb77
commit
979b17f243
16 changed files with 54 additions and 165 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <arch/common/ffs.h>
|
||||
#include <misc/util.h>
|
||||
#include <arch/x86/ia32/syscall.h>
|
||||
|
||||
#ifndef _ASMLANGUAGE
|
||||
#include <stddef.h> /* for size_t */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue