mirror of https://github.com/acidanthera/audk.git
17 lines
334 B
C
17 lines
334 B
C
/** @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
|