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