Browse Source

WhitleySiliconPkg: Add Me Includes

Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Co-authored-by: Isaac Oram <isaac.w.oram@intel.com>
Co-authored-by: Mohamed Abbas <mohamed.abbas@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Isaac Oram <isaac.w.oram@intel.com>
Cc: Mohamed Abbas <mohamed.abbas@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Michael Kubacki <Michael.Kubacki@microsoft.com>
Acked-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>
Nate DeSimone 2 years ago
parent
commit
22117e4141

+ 22 - 0
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