blob: d85da725af588c0cddde730ad5c43db89f56cf8e [file] [log] [blame]
/*
* Copyright (c) 2020 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _USERSPACE_H_
#define _USERSPACE_H_
__syscall int dummy_syscall(void);
__syscall int validation_overhead_syscall(void);
#include <zephyr/syscalls/userspace.h>
#endif /* _USERSPACE_H_ */