1 /* 2 * Copyright © 2024 Intel Corporation 3 * SPDX-License-Identifier: MIT 4 */ 5 6 #ifndef EXECUTOR_H 7 #error This file must be included via executor.h 8 #endif 9 10 void genX(emit_execute)(executor_context *ec, const executor_params *params); 11