commit | d0c88849a9448b76621752988d734981801c5b28 | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Wed Jul 13 14:51:17 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Wed Jul 13 14:51:17 2022 +0100 |
tree | 13d074e7e90ea6fe21632cac0a0054383d174de1 | |
parent | 0cb33793ac7775b7a27527b203e8d3ffa58313bb [diff] [blame] |
Add partial IA32x64 CPER-JSON support.
diff --git a/sections/cper-section-ia32x64.h b/sections/cper-section-ia32x64.h index 238117d..d8c6825 100644 --- a/sections/cper-section-ia32x64.h +++ b/sections/cper-section-ia32x64.h
@@ -42,5 +42,6 @@ } EFI_IA32_X64_CPU_ID; json_object* cper_section_ia32x64_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor); +void ir_section_ia32x64_to_cper(json_object* section, FILE* out); #endif \ No newline at end of file