Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
test_syscall.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2019 Intel Corporation
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef USERSPACE_TEST_SYSCALL_H
8
#define USERSPACE_TEST_SYSCALL_H
9
10
__syscall
void
missing_syscall
(
void
);
11
__syscall
void
check_syscall_context
(
void
);
12
13
#include <zephyr/syscalls/test_syscall.h>
14
15
#endif
missing_syscall
void missing_syscall(void)
check_syscall_context
void check_syscall_context(void)
tests
kernel
mem_protect
userspace
src
test_syscall.h
Generated on Mon Apr 21 2025 11:55:49 for Zephyr API Documentation by
1.12.0