You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829
  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 - 2010, Intel Corporation. All rights reserved.<BR>
  7. This program and the accompanying materials are licensed and made available under
  8. the terms and conditions of the BSD License that accompanies this distribution.
  9. The full text of the license may be found at
  10. http://opensource.org/licenses/bsd-license.php.
  11. THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  13. **/
  14. #ifndef __PI_UEFI_H__
  15. #define __PI_UEFI_H__
  16. FILE_LICENCE ( BSD3 );
  17. #include <ipxe/efi/Uefi/UefiBaseType.h>
  18. #include <ipxe/efi/Uefi/UefiSpec.h>
  19. #endif