Merge pull request #288 from nsacyber/issue-287

[#287] removed unmappable characters from comment lines
This commit is contained in:
iadgovuser26 2020-07-27 08:40:32 -04:00 committed by GitHub
commit 9a4f6aa829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,12 +27,12 @@ import hirs.utils.HexUtils;
* } EFI_DEVICE_PATH_PROTOCOL; // ref page of the UEFI spec * } EFI_DEVICE_PATH_PROTOCOL; // ref page of the UEFI spec
* *
* Where Type and Subtype are defined the UEFI spec section 10.3.1 * Where Type and Subtype are defined the UEFI spec section 10.3.1
* Type 0x01 Hardware Device Path * Type 0x01 Hardware Device Path
* Type 0x02 ACPI Device Path * Type 0x02 ACPI Device Path
* Type 0x03 Messaging Device Path * Type 0x03 Messaging Device Path
* Type 0x04 Media Device Path * Type 0x04 Media Device Path
* Type 0x05 BIOS Boot Specification Device Path * Type 0x05 BIOS Boot Specification Device Path
* Type 0x7F End of Hardware Device Path * Type 0x7F End of Hardware Device Path
*/ */
public class EvEfiBootServicesApp { public class EvEfiBootServicesApp {
/** UEFI Address. */ /** UEFI Address. */