commit | 205dd1d7e443486831bdeb36b269629c49b7f06c | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 16:23:38 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Thu Jul 14 16:23:38 2022 +0100 |
tree | c18b520aa005e9f0ebcce6ff3c8afffb83a56255 | |
parent | 3b7f45b562adaa70cbc645526581fa5f303c3c35 [diff] [blame] |
Add all DMAR, CCIX, PCI, firmware conversions.
diff --git a/sections/cper-section-dmar-iommu.h b/sections/cper-section-dmar-iommu.h index b86b640..eaac1ae 100644 --- a/sections/cper-section-dmar-iommu.h +++ b/sections/cper-section-dmar-iommu.h
@@ -5,5 +5,6 @@ #include "../edk/Cper.h" json_object* cper_section_dmar_iommu_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor); +void ir_section_dmar_iommu_to_cper(json_object* section, FILE* out); #endif \ No newline at end of file