Add all DMAR, CCIX, PCI, firmware conversions.
diff --git a/sections/cper-section-firmware.h b/sections/cper-section-firmware.h
index a879c12..531ddf7 100644
--- a/sections/cper-section-firmware.h
+++ b/sections/cper-section-firmware.h
@@ -9,5 +9,6 @@
"SOC Firmware Error Record (Type1 Legacy)", "SOC Firmware Error Record (Type2)"}
json_object* cper_section_firmware_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor);
+void ir_section_firmware_to_cper(json_object* section, FILE* out);
#endif
\ No newline at end of file