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