2018-09-21 20:06:35 +08:00
|
|
|
/*
|
2019-12-09 22:29:30 +08:00
|
|
|
* Copyright (C) 2018-2019 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
|
|
|
}
|