iPXE
Uefi.h
Go to the documentation of this file.
1/** @file
2
3 Root include file for Mde Package UEFI, UEFI_APPLICATION type modules.
4
5 This is the include file for any module of type UEFI and UEFI_APPLICATION. Uefi modules only use
6 types defined via this include file and can be ported easily to any
7 environment.
8
9Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
10SPDX-License-Identifier: BSD-2-Clause-Patent
11
12**/
13
14#pragma once
15
16FILE_LICENCE ( BSD2_PATENT );
17FILE_SECBOOT ( PERMITTED );
18
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:921
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
Definition compiler.h:951