Signed-off-by: Nate DeSimone <nathaniel.l.desim...@intel.com> Co-authored-by: Isaac Oram <isaac.w.o...@intel.com> Co-authored-by: Mohamed Abbas <mohamed.ab...@intel.com> Cc: Chasel Chiu <chasel.c...@intel.com> Cc: Michael D Kinney <michael.d.kin...@intel.com> Cc: Isaac Oram <isaac.w.o...@intel.com> Cc: Mohamed Abbas <mohamed.ab...@intel.com> Cc: Liming Gao <gaolim...@byosoft.com.cn> Cc: Eric Dong <eric.d...@intel.com> Cc: Michael Kubacki <michael.kuba...@microsoft.com> --- .../Me/MeSps.4/Include/Library/SpsPeiLib.h | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Silicon/Intel/WhitleySiliconPkg/Me/MeSps.4/Include/Library/SpsPeiLib.h
diff --git a/Silicon/Intel/WhitleySiliconPkg/Me/MeSps.4/Include/Library/SpsPeiLib.h b/Silicon/Intel/WhitleySiliconPkg/Me/MeSps.4/Include/Library/SpsPeiLib.h new file mode 100644 index 0000000000..1c5c00aacf --- /dev/null +++ b/Silicon/Intel/WhitleySiliconPkg/Me/MeSps.4/Include/Library/SpsPeiLib.h @@ -0,0 +1,22 @@ +/** @file + Definitions for Sps Pei Library + + @copyright + Copyright 2016 - 2021 Intel Corporation. <BR> + + SPDX-License-Identifier: BSD-2-Clause-Patent +**/ + +#ifndef _SPS_PEI_LIB_H +#define _SPS_PEI_LIB_H + +// Available clocking modes +typedef enum _CLOCKING_MODES { + InternalStandard = 0, + InternalAlternate, + HybridStandard, + HybridAlternate, + External +} CLOCKING_MODES; + +#endif // _SPS_PEI_LIB_H -- 2.27.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#77708): https://edk2.groups.io/g/devel/message/77708 Mute This Topic: https://groups.io/mt/84168618/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-