Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Uefi.h 877B

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