1 /** @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 
7 Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
8 SPDX-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 
23