summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include/FrameworkPei.h
blob: 87af840e7e7e1f199a9808dace81f9d3dfa2bc24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/** @file
  Header file that support Framework extension to UEFI/PI for PEI modules.

  This header file must include Framework extension definitions common to PEI
  modules.

Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent

**/

#ifndef _FRAMEWORK_PEI_H_
#define _FRAMEWORK_PEI_H_

#include <PiPei.h>

#include <Framework/FirmwareVolumeImageFormat.h>
#include <Framework/FirmwareVolumeHeader.h>
#include <Framework/Hob.h>
#include <Framework/StatusCode.h>
#include <Framework/BootScript.h>
#include <Framework/PeiCis.h>

#endif