Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/DxeDebugAgentLib.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/DxeDebugAgentLib.h
r48674 r58459 2 2 Header file for Dxe Core Debug Agent Library instance. 3 3 4 Copyright (c) 2010 , Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR> 5 5 This program and the accompanying materials 6 6 are licensed and made available under the terms and conditions of the BSD License … … 18 18 #include <PiDxe.h> 19 19 20 #include <Protocol/SerialIo.h> 21 #include <Protocol/DevicePath.h> 22 #include <Protocol/PiPcd.h> 23 20 24 #include <Library/UefiBootServicesTableLib.h> 21 25 #include <Library/UefiLib.h> 26 #include <Library/DevicePathLib.h> 27 #include <Library/MemoryAllocationLib.h> 22 28 23 29 #include "DebugAgent.h" 24 30 31 /** 32 Install EFI Serial IO protocol based on Debug Communication Library. 33 34 **/ 35 VOID 36 InstallSerialIo ( 37 VOID 38 ); 39 25 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.