compute-runtime/shared/source/helpers/get_info_status.h

15 lines
199 B
C

/*
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
enum class GetInfoStatus {
invalidContext = -2,
invalidValue = -1,
success = 0
};