Commit 89f87ec5 authored by Andrew Boie's avatar Andrew Boie Committed by Andrew Boie
Browse files

syscalls: pull in arch/cpu.h



Need the implementation of _arch_syscall_invokeX() functions
to avoid build problems in some cases.

Signed-off-by: default avatarAndrew Boie <andrew.p.boie@intel.com>
parent 45f069a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#include <zephyr/types.h>
#include <syscall_list.h>
#include <syscall_macros.h>
#include <arch/cpu.h>

#ifdef __cplusplus
extern "C" {