blob: 5d85f7d4f87dd2bdb7d6ed7ab2189a57e34e833a [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_interrupt_syscall(void);
#include <syscalls/test_syscalls.h>
#endif /* _TEST_SYSCALLS_H_ */