2019-12-24 08:08:08 +01:00
|
|
|
/*
|
2020-02-22 22:21:06 +01:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-12-24 08:08:08 +01:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
constexpr uint32_t maxRootDeviceCount = 3u;
|
|
|
|
} // namespace NEO
|