mirror of
https://github.com/ipxe/ipxe
synced 2026-01-21 01:28:02 +03:00
22 lines
438 B
C
22 lines
438 B
C
/** @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 );
|
|
FILE_SECBOOT ( PERMITTED );
|
|
|
|
#include <ipxe/efi/Uefi/UefiBaseType.h>
|
|
#include <ipxe/efi/Uefi/UefiSpec.h>
|
|
|
|
#include <ipxe/efi/Pi/PiDxeCis.h>
|
|
|
|
#endif
|