hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/** @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