blob: f365f6896b40747b26fb69b82f0c33515da24c65 [file] [log] [blame]
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _TEST_SYSCALLS_H_
#define _TEST_SYSCALLS_H_
#include <zephyr/zephyr.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_ */