]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / X64 / PlDebugSupport.h
... / ...
CommitLineData
1/** @file\r
2 X64 specific debug support macros.\r
3\r
4Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
5SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
7**/\r
8\r
9#ifndef _PLDEBUG_SUPPORT_H_\r
10#define _PLDEBUG_SUPPORT_H_\r
11\r
12#include "Ia32/DebugSupport.h"\r
13\r
14#define EFI_ISA IsaX64\r
15\r
16#endif\r