blob: 3bf1c112f3c49d5b54838791f0bc3c96c0e7217b [file] [log] [blame]
/*
* Copyright (c) 2024 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _TEST_EDK_H_
#define _TEST_EDK_H_
#include <zephyr/kernel.h>
#ifdef __cplusplus
extern "C" {
#endif
__syscall int foo(int bar);
#ifdef __cplusplus
}
#endif
#include <zephyr/syscalls/app_api.h>
#endif /* _TEST_EDK_H_ */