/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright(c) 2016-19 Intel Corporation. */ #ifndef SGX_CALL_H #define SGX_CALL_H void sgx_call_eenter(void *rdi, void *rsi, void *entry); #endif /* SGX_CALL_H */