2018-09-21 20:06:35 +08:00
|
|
|
/*
|
2020-02-23 05:21:06 +08:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2018-09-21 20:06:35 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2018-09-28 19:19:27 +08:00
|
|
|
#include <cstdint>
|
|
|
|
|
2018-09-21 20:06:35 +08:00
|
|
|
namespace GrfConfig {
|
|
|
|
constexpr uint32_t DefaultGrfNumber = 128u;
|
2018-09-28 19:19:27 +08:00
|
|
|
}
|