iPXE
PiDxe.h
Go to the documentation of this file.
1/** @file
2
3 Root include file for Mde Package DXE_CORE, DXE, RUNTIME, SMM, SAL type modules.
4
5Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6SPDX-License-Identifier: BSD-2-Clause-Patent
7
8**/
9
10#ifndef __PI_DXE_H__
11#define __PI_DXE_H__
12
13FILE_LICENCE ( BSD2_PATENT );
14FILE_SECBOOT ( PERMITTED );
15
18
20
21#endif
Include file matches things in PI.
Defines data types and constants introduced in UEFI.
Include file that supports UEFI.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
Definition compiler.h:896
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
Definition compiler.h:926