2019-12-24 15:08:08 +08:00
|
|
|
/*
|
2022-04-26 19:31:30 +08:00
|
|
|
* Copyright (C) 2019-2022 Intel Corporation
|
2019-12-24 15:08:08 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
|
|
|
|
namespace NEO {
|
2022-12-08 22:23:49 +08:00
|
|
|
inline constexpr uint32_t maxRootDeviceCount = 3u;
|
2019-12-24 15:08:08 +08:00
|
|
|
} // namespace NEO
|