Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
test_syscall.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2020 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
stack_info_get
(
char
**start_addr,
size_t
*size);
11
#ifdef CONFIG_USERSPACE
12
__syscall
int
check_perms
(
void
*addr,
size_t
size,
int
write);
13
#endif
14
#include <syscalls/test_syscall.h>
15
16
#endif
stack_info_get
void stack_info_get(char **start_addr, size_t *size)
check_perms
int check_perms(void *addr, size_t size, int write)
tests
kernel
threads
thread_stack
src
test_syscall.h
Generated on Sun Oct 9 2022 09:21:57 for Zephyr API Documentation by
1.9.4