Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
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.h>
10
11
__syscall
void
blow_up_priv_stack
(
void
);
12
13
#include <syscalls/test_syscalls.h>
14
15
#endif
/* _TEST_SYSCALLS_H_ */
blow_up_priv_stack
void blow_up_priv_stack(void)
tests
kernel
fatal
exception
src
test_syscalls.h
Generated on Sun Oct 9 2022 09:21:57 for Zephyr API Documentation by
1.9.4