summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/PiDxe.h
blob: 698c139f0d7a8ff90ba3d33451a6629ecb639594 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/** @file

  Root include file for Mde Package DXE_CORE, DXE, RUNTIME, SMM, SAL type modules.

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

**/

#ifndef __PI_DXE_H__
#define __PI_DXE_H__

FILE_LICENCE ( BSD2_PATENT );

#include <ipxe/efi/Uefi/UefiBaseType.h>
#include <ipxe/efi/Uefi/UefiSpec.h>

#include <ipxe/efi/Pi/PiDxeCis.h>

#endif