Zephyr Project API 3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
test_syscalls.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2017 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef _TEST_SYSCALLS_H_
8#define _TEST_SYSCALLS_H_
9#include <zephyr/kernel.h>
10
11__syscall void blow_up_priv_stack(void);
12
13#include <zephyr/syscalls/test_syscalls.h>
14
15#endif /* _TEST_SYSCALLS_H_ */
void blow_up_priv_stack(void)
Public kernel APIs.