slimbootloader/Platform/IdavilleBoardPkg/Include/ConfigDataDefs.h

18 lines
336 B
C
Raw Normal View History

/** @file
Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef _CONFIG_DATA_DEFS_H_
#define _CONFIG_DATA_DEFS_H_
#include <ConfigDataCommonDefs.h>
#include "ConfigDataStruct.h"
#define PLATFORM_ID_HCC_RP 0x0E
#define PLATFORM_ID_LCC_RP 0x0F
#endif