2008-11-05 09:44:03 +01:00
|
|
|
/** @file
|
2008-12-11 06:28:12 +01:00
|
|
|
X64 specific debug support macros.
|
2007-07-03 16:09:20 +02:00
|
|
|
|
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
|
|
|
|
2007-07-03 16:09:20 +02:00
|
|
|
#define EFI_ISA IsaX64
|
|
|
|
|
|
|
|
#endif
|