35 lines
1.1 KiB
C
35 lines
1.1 KiB
C
/** @file
|
|
Definitions for the TraceHubStatusCodeHandlerPei
|
|
|
|
@copyright
|
|
Copyright (c) 2013 - 2014 Intel Corporation. All rights reserved
|
|
This software and associated documentation (if any) is furnished
|
|
under a license and may only be used or copied in accordance
|
|
with the terms of the license. Except as permitted by the
|
|
license, no part of this software or documentation may be
|
|
reproduced, stored in a retrieval system, or transmitted in any
|
|
form or by any means without the express written consent of
|
|
Intel Corporation.
|
|
This file contains 'Framework Code' and is licensed as such
|
|
under the terms of your license agreement with Intel or your
|
|
vendor. This file may not be modified, except as allowed by
|
|
additional terms of your license agreement.
|
|
|
|
@par Specification Reference:
|
|
**/
|
|
|
|
#ifndef __TRACE_HUB_STATUS_CODE_HANDLER_PEI_H__
|
|
#define __TRACE_HUB_STATUS_CODE_HANDLER_PEI_H__
|
|
|
|
#include <PiPei.h>
|
|
#include <Library/DebugLib.h>
|
|
#include <Library/PeiServicesLib.h>
|
|
#include <Library/PeimEntryPoint.h>
|
|
#include <Library/PcdLib.h>
|
|
#include <Ppi/ReportStatusCodeHandler.h>
|
|
#include <Ppi/MemoryDiscovered.h>
|
|
|
|
#include <TraceHubStatusCodeWorkerPei.h>
|
|
|
|
#endif
|