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 726B

12345678910111213141516171819202122232425
  1. /** @file
  2. Root include file for Mde Package DXE_CORE, DXE, SMM, SAL type modules.
  3. Copyright (c) 2006 - 2007, Intel Corporation
  4. All rights reserved. This program and the accompanying materials
  5. are licensed and made available under the terms and conditions of the BSD License
  6. which accompanies this distribution. 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. #include <gpxe/efi/Uefi/UefiBaseType.h>
  14. #include <gpxe/efi/Uefi/UefiSpec.h>
  15. #include <gpxe/efi/Pi/PiDxeCis.h>
  16. #endif