2007-06-08 13:31:52 +02:00
|
|
|
/** @file
|
|
|
|
Include file matches things in PI for multiple module types.
|
|
|
|
|
2009-05-18 11:13:49 +02:00
|
|
|
Copyright (c) 2006 - 2009, Intel Corporation
|
2007-06-08 13:31:52 +02:00
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
which accompanies this distribution. The full text of the license may be found at
|
|
|
|
http://opensource.org/licenses/bsd-license.php
|
|
|
|
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
|
|
|
|
@par Revision Reference:
|
2008-10-28 14:04:40 +01:00
|
|
|
PI Version 1.0
|
2007-06-08 13:31:52 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef __PI_MULTIPHASE_H__
|
|
|
|
#define __PI_MULTIPHASE_H__
|
|
|
|
|
|
|
|
#include <Pi/PiFirmwareVolume.h>
|
|
|
|
#include <Pi/PiFirmwareFile.h>
|
|
|
|
#include <Pi/PiBootMode.h>
|
|
|
|
#include <Pi/PiHob.h>
|
|
|
|
#include <Pi/PiDependency.h>
|
2009-05-18 11:13:49 +02:00
|
|
|
#include <Pi/PiStatusCode.h>
|
2007-07-04 11:04:40 +02:00
|
|
|
|
|
|
|
#define EFI_NOT_AVAILABLE_YET EFIERR (32)
|
|
|
|
|
2007-06-08 13:31:52 +02:00
|
|
|
#endif
|