commit | 3b7f45b562adaa70cbc645526581fa5f303c3c35 | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 14:14:30 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 14:14:30 2022 +0100 |
tree | 7668f89db8765be94e55cff6ffd84b0a25d0c1da | |
parent | c837faca15f4a2707ac689b73767040d8bc8ec3a [diff] [blame] |
Add PCIe/memory CPER-JSON parsing.
diff --git a/sections/cper-section-pcie.h b/sections/cper-section-pcie.h index 987fa6c..c264960 100644 --- a/sections/cper-section-pcie.h +++ b/sections/cper-section-pcie.h
@@ -34,5 +34,6 @@ } EFI_PCIE_ADV_ERROR_EXT_CAPABILITY; json_object* cper_section_pcie_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor); +void ir_section_pcie_to_cper(json_object* section, FILE* out); #endif \ No newline at end of file