34 lines
1.1 KiB
C
34 lines
1.1 KiB
C
/** @file
|
|
Definitions for the TraceHubStatusCodeHandlerSmm
|
|
|
|
@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_SMM_H__
|
|
#define __TRACE_HUB_STATUS_CODE_HANDLER_SMM_H__
|
|
|
|
#include <PiSmm.h>
|
|
#include <Library/DebugLib.h>
|
|
#include <Library/UefiDriverEntryPoint.h>
|
|
#include <Library/SmmServicesTableLib.h>
|
|
#include <Library/PcdLib.h>
|
|
#include <Protocol/SmmReportStatusCodeHandler.h>
|
|
|
|
#include <TraceHubStatusCodeWorkerSmm.h>
|
|
|
|
#endif
|