/** @file
|
NGNDimmPlatformCfgData.h
|
|
@copyright
|
Copyright 2014 - 2021 Intel Corporation. <BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
**/
|
|
#ifndef _NGN_DIMM_PLATFORM_CONFIG_DATA_H_
|
#define _NGN_DIMM_PLATFORM_CONFIG_DATA_H_
|
|
#define NGN_MAX_MANUFACTURER_STRLEN 2
|
#define NGN_MAX_SERIALNUMBER_STRLEN 4
|
#define NGN_MAX_PARTNUMBER_STRLEN 20
|
#define NGN_MAX_UID_STRLEN 9
|
#define NGN_FW_VER_LEN 4
|
|
#define NGN_LOG_TYPE_NUM 2
|
#define NGN_LOG_LEVEL_NUM 2
|
|
#endif
|