2008-11-05 09:44:03 +01:00
|
|
|
/** @file
|
2007-07-03 16:09:20 +02:00
|
|
|
IA32 specific debug support macros, typedefs and prototypes.
|
|
|
|
|
2018-06-27 15:08:52 +02:00
|
|
|
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-04-04 01:05:13 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-07-03 16:09:20 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
2008-11-05 09:44:03 +01:00
|
|
|
#ifndef _PLDEBUG_SUPPORT_H_
|
|
|
|
#define _PLDEBUG_SUPPORT_H_
|
2007-07-03 16:09:20 +02:00
|
|
|
|
2008-12-11 06:28:12 +01:00
|
|
|
#include "Ia32/DebugSupport.h"
|
2007-07-20 08:10:09 +02:00
|
|
|
|
2021-12-05 23:54:02 +01:00
|
|
|
#define EFI_ISA IsaIa32
|
2007-07-03 16:09:20 +02:00
|
|
|
|
|
|
|
#endif
|