Last change
on this file was 99404, checked in by vboxsync, 21 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
352 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 |
|
---|
3 | Root include file for Mde Package DXE_CORE, DXE, RUNTIME, SMM, SAL type modules.
|
---|
4 |
|
---|
5 | Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
6 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 |
|
---|
8 | **/
|
---|
9 |
|
---|
10 | #ifndef __PI_DXE_H__
|
---|
11 | #define __PI_DXE_H__
|
---|
12 |
|
---|
13 | #include <Uefi/UefiBaseType.h>
|
---|
14 | #include <Uefi/UefiSpec.h>
|
---|
15 |
|
---|
16 | #include <Pi/PiDxeCis.h>
|
---|
17 |
|
---|
18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.