xref: /illumos-gate/usr/src/boot/efi/include/Uefi.h (revision f334afcfaebea1b7dc3430015651d8d748fa8a3e)
1*f334afcfSToomas Soome /*
2*f334afcfSToomas Soome  * Root include file for Mde Package UEFI, UEFI_APPLICATION type modules.
3*f334afcfSToomas Soome  *
4*f334afcfSToomas Soome  * This is the include file for any module of type UEFI and UEFI_APPLICATION.
5*f334afcfSToomas Soome  * Uefi modules only use types defined via this include file and can be ported
6*f334afcfSToomas Soome  * easily to any environment.
7*f334afcfSToomas Soome  *
8*f334afcfSToomas Soome  * Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9*f334afcfSToomas Soome  * SPDX-License-Identifier: BSD-2-Clause-Patent
10*f334afcfSToomas Soome  *
11*f334afcfSToomas Soome  */
12*f334afcfSToomas Soome 
13*f334afcfSToomas Soome #ifndef __PI_UEFI_H__
14*f334afcfSToomas Soome #define	__PI_UEFI_H__
15*f334afcfSToomas Soome 
16*f334afcfSToomas Soome #include <Uefi/UefiBaseType.h>
17*f334afcfSToomas Soome #include <Uefi/UefiSpec.h>
18*f334afcfSToomas Soome 
19*f334afcfSToomas Soome #endif /* __PI_UEFI_H__ */
20