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