]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Include/ImageDebugSupport.h
NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / SourceLevelDebugPkg / Include / ImageDebugSupport.h
CommitLineData
18b144ea 1/** @file\r
2 Public include file for Debug Agent Library instance and PE/COFF Extra\r
3 Action Library instance.\r
4\r
b422b62c 5 Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>\r
85f7e110 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
18b144ea 7\r
8**/\r
9\r
10#ifndef __IMAGE_DEBUG_SUPPORT_H__\r
11#define __IMAGE_DEBUG_SUPPORT_H__\r
12\r
13#define IO_PORT_BREAKPOINT_ADDRESS 0x84\r
14#define IMAGE_LOAD_SIGNATURE SIGNATURE_32('L','O','A','D')\r
15#define IMAGE_UNLOAD_SIGNATURE SIGNATURE_32('U','N','L','O')\r
b422b62c 16#define AGENT_HANDLER_SIGNATURE SIGNATURE_32('A','G','T','H')\r
18b144ea 17\r
18#define DEBUG_AGENT_IMAGE_WAIT 0x00\r
19#define DEBUG_AGENT_IMAGE_CONTINUE 0x01\r
20\r
21#endif\r
22\r