syscalls: pull in arch/cpu.h
Need the implementation of _arch_syscall_invokeX() functions to avoid build problems in some cases. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
45f069a4bb
commit
89f87ec56e
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <zephyr/types.h>
|
||||
#include <syscall_list.h>
|
||||
#include <syscall_macros.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue