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
|
|
|
|
2008-11-05 09:44:03 +01:00
|
|
|
Copyright (c) 2006 - 2008, Intel Corporation
|
2007-07-03 16:09:20 +02:00
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
which accompanies this distribution. The full text of the license may be found at
|
|
|
|
http://opensource.org/licenses/bsd-license.php
|
|
|
|
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
|
|
|
|
**/
|
|
|
|
|
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
|