/* * Copyright (c) 2024 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #ifndef _TEST_EDK_H_ #define _TEST_EDK_H_ #include #ifdef __cplusplus extern "C" { #endif __syscall int foo(int bar); #ifdef __cplusplus } #endif #include #endif /* _TEST_EDK_H_ */