fix: add missing ZE_APIEXPORT keywords

Related-To: NEO-14560
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2025-10-16 13:57:39 +00:00
committed by Compute-Runtime-Automation
parent 2e5cfc190e
commit ae2dce4070
3 changed files with 4 additions and 4 deletions

View File

@@ -649,7 +649,7 @@ zerGetLastErrorDescription(
/// - Default context contains all devices within driver instance
/// @returns
/// - Context handle associated with driver
ze_context_handle_t ZE_APICALL zeDriverGetDefaultContext(ze_driver_handle_t hDriver); ///> [in] handle of the driver
ZE_APIEXPORT ze_context_handle_t ZE_APICALL zeDriverGetDefaultContext(ze_driver_handle_t hDriver); ///> [in] handle of the driver
/// @brief Global device synchronization
///
@@ -665,7 +665,7 @@ ze_context_handle_t ZE_APICALL zeDriverGetDefaultContext(ze_driver_handle_t hDri
/// @returns
/// - ::ZE_RESULT_SUCCESS
/// - ::ZE_RESULT_ERROR_DEVICE_LOST
ze_result_t ZE_APICALL zeDeviceSynchronize(ze_device_handle_t hDevice); ///> [in] handle of the device
ZE_APIEXPORT ze_result_t ZE_APICALL zeDeviceSynchronize(ze_device_handle_t hDevice); ///> [in] handle of the device
/// @brief Append with arguments
///