blob: 760ae3cbaa184d9091e36d051ed6db9deb0840c2 [file] [log] [blame]
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _TEST_SYSCALLS_H_
#define _TEST_SYSCALLS_H_
#include <zephyr/kernel.h>
__syscall void test_arm_user_syscall(void);
__syscall void test_arm_cpu_write_reg(void);
#include <syscalls/test_syscalls.h>
#endif /* _TEST_SYSCALLS_H_ */