commit | 7cd1390856c020a5f1364ceea0388d15ea99d00c | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Wed Jul 13 16:59:25 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Wed Jul 13 16:59:25 2022 +0100 |
tree | 933d5044e361e9cca9053b452c35e4e96bed38d4 | |
parent | bd9a84a69f8ec115de13212df74ce9e0f890479b [diff] [blame] |
Add partial ARM CPER-JSON support.
diff --git a/sections/cper-section-arm.h b/sections/cper-section-arm.h index 609eb2b..a579366 100644 --- a/sections/cper-section-arm.h +++ b/sections/cper-section-arm.h
@@ -325,5 +325,6 @@ } EFI_ARM_MISC_CONTEXT_REGISTER; json_object* cper_section_arm_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor); +void ir_section_arm_to_cper(json_object* section, FILE* out); #endif \ No newline at end of file