Uefi.h 523 B

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