/** @file
|
|
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
**/
|
|
#ifndef _PCH_LBG_HSIO_AX_H_
|
#define _PCH_LBG_HSIO_AX_H_
|
|
#define PCH_LBG_HSIO_VER_AX 0x19
|
|
extern UINT8 PchLbgChipsetInitTable_Ax[2988];
|
extern PCH_SBI_HSIO_TABLE_STRUCT PchLbgHsio_Ax[81];
|
|
#endif //_PCH_LBG_HSIO_AX_H_
|