Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/DriverDiagnostics.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/MdePkg/Include/Protocol/DriverDiagnostics.h
r48674 r58459 2 2 EFI Driver Diagnostics Protocol 3 3 4 Copyright (c) 2006 - 201 1, Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> 5 5 This program and the accompanying materials are licensed and made available under 6 6 the terms and conditions of the BSD License that accompanies this distribution. … … 41 41 /// 42 42 EfiDriverDiagnosticTypeManufacturing= 2, 43 /// 44 /// This is an optional diagnostic type that would only be used in the situation where an 45 /// EFI_NOT_READY had been returned by a previous call to RunDiagnostics() 46 /// and there is a desire to cancel the current running diagnostics operation. 47 /// 48 EfiDriverDiagnosticTypeCancel = 3, 43 49 EfiDriverDiagnosticTypeMaximum 44 50 } EFI_DRIVER_DIAGNOSTIC_TYPE;
Note:
See TracChangeset
for help on using the changeset viewer.