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.

PiDxe.h 763B

123456789101112131415161718192021222324252627
  1. /** @file
  2. Root include file for Mde Package DXE_CORE, DXE, RUNTIME, SMM, SAL type modules.
  3. Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
  4. This program and the accompanying materials are licensed and made available under
  5. the terms and conditions of the BSD License that accompanies this distribution.
  6. The full text of the license may be found at
  7. http://opensource.org/licenses/bsd-license.php.
  8. THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  10. **/
  11. #ifndef __PI_DXE_H__
  12. #define __PI_DXE_H__
  13. FILE_LICENCE ( BSD3 );
  14. #include <ipxe/efi/Uefi/UefiBaseType.h>
  15. #include <ipxe/efi/Uefi/UefiSpec.h>
  16. #include <ipxe/efi/Pi/PiDxeCis.h>
  17. #endif