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