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:
Andrew Boie 2018-07-19 13:00:52 -07:00 committed by Andrew Boie
commit 89f87ec56e

View file

@ -12,6 +12,7 @@
#include <zephyr/types.h>
#include <syscall_list.h>
#include <syscall_macros.h>
#include <arch/cpu.h>
#ifdef __cplusplus
extern "C" {