blob: f373e14680968cd8369455d1d63a6adb80150842 [file] [log] [blame]
Subrata Banik20fe24b2021-12-09 02:46:38 +05301/** @file
2 Support for the latest CXL standard
3
4 The main header to reference all versions of CXL Base specification registers
5 from the MDE
6
7Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
8SPDX-License-Identifier: BSD-2-Clause-Patent
9
10**/
11
12#ifndef _CXL_MAIN_H_
13#define _CXL_MAIN_H_
14
15#include <IndustryStandard/Cxl11.h>
16//
17// CXL assigned new Vendor ID
18//
19#define CXL_DVSEC_VENDOR_ID 0x1E98
20
21#endif
22