]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.h
Add IntelFsp2Pkg and IntelFsp2WrapperPkg.
[mirror_edk2.git] / IntelFsp2Pkg / FspNotifyPhase / FspNotifyPhasePeim.h
diff --git a/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.h b/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.h
new file mode 100644 (file)
index 0000000..6e2ae59
--- /dev/null
@@ -0,0 +1,23 @@
+/** @file\r
+  Header file for FSP notify phase PEI module\r
+\r
+  Copyright (c) 2016 Intel Corporation. All rights reserved.\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php.\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+**/\r
+\r
+#ifndef _FSP_NOTIFY_PHASE_PEIM_H_\r
+#define _FSP_NOTIFY_PHASE_PEIM_H_\r
+\r
+#include <Library/PeiServicesLib.h>\r
+#include <Ppi/DxeIpl.h>\r
+#include <Library/DebugLib.h>\r
+#include <Library/FspPlatformLib.h>\r
+#include <Library/FspCommonLib.h>\r
+#include <Library/FspSwitchStackLib.h>\r
+#endif\r