/* * Copyright (C) 2017-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include namespace NEO { namespace EngineLimits { constexpr uint32_t maxHandleCount = 1u; }; // namespace EngineLimits } // namespace NEO