1 /*
2  * Copyright (c) 2019 Intel Corporation.
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 
6 #ifndef APP_SYSCALL_H
7 #define APP_SYSCALL_H
8 
9 __syscall int magic_syscall(unsigned int *cookie);
10 
11 #include <zephyr/syscalls/app_syscall.h>
12 
13 #endif /* MAGIC_SYSCALL_H */
14