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.
|
|
|
|
|
2010-04-24 11:33:45 +02:00
|
|
|
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
|
|
|
|
This program and the accompanying materials
|
2007-07-03 16:09:20 +02:00
|
|
|
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 IsaIa32
|
|
|
|
|
|
|
|
#endif
|