summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.h
blob: 549d3711372a17254dfe35e92272c1317df9a133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** @file
  IA32 specific debug support macros, typedefs and prototypes.

Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent

**/

#ifndef _PLDEBUG_SUPPORT_H_
#define _PLDEBUG_SUPPORT_H_

#include "Ia32/DebugSupport.h"

#define EFI_ISA                         IsaIa32

#endif