2010-09-12 08:43:36 +02:00
|
|
|
/** @file
|
|
|
|
Header file for Smm Debug Agent Library instance.
|
|
|
|
|
2013-11-22 07:30:01 +01:00
|
|
|
Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:07:10 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2010-09-12 08:43:36 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef _SMM_DEBUG_AGENT_LIB_H_
|
|
|
|
#define _SMM_DEBUG_AGENT_LIB_H_
|
|
|
|
|
|
|
|
#include <PiDxe.h>
|
|
|
|
|
|
|
|
#include <Library/UefiLib.h>
|
2013-11-22 07:30:01 +01:00
|
|
|
#include <Library/SmmServicesTableLib.h>
|
2010-09-12 08:43:36 +02:00
|
|
|
|
|
|
|
#include "DebugAgent.h"
|
|
|
|
|
|
|
|
#endif
|