blob: 096547c35e835438b1ba0e7a31e78cda2fc20f47 [file] [log] [blame]
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _TEST_SYSCALLS_H_
#define _TEST_SYSCALLS_H_
#include <zephyr/kernel.h>
__syscall void blow_up_priv_stack(void);
#include <syscalls/test_syscalls.h>
#endif /* _TEST_SYSCALLS_H_ */