您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627
  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 - 2007, Intel Corporation
  7. All rights reserved. This program and the accompanying materials
  8. are licensed and made available under the terms and conditions of the BSD License
  9. which accompanies this distribution. 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. #include <gpxe/efi/Uefi/UefiBaseType.h>
  17. #include <gpxe/efi/Uefi/UefiSpec.h>
  18. #endif