commit | 1b0b00e38352d77c1725223a99920c76c89b91a3 | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Tue Jul 05 10:33:10 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Tue Jul 05 10:33:10 2022 +0100 |
tree | 8ba790032a459bfed675d8fcaac1c606c511bc46 |
Add initial version with header/secdesc parsing.
diff --git a/sections/cper-section-generic.h b/sections/cper-section-generic.h new file mode 100644 index 0000000..56868f7 --- /dev/null +++ b/sections/cper-section-generic.h
@@ -0,0 +1,6 @@ +#ifndef CPER_SECTION_GENERIC_H +#define CPER_SECTION_GENERIC_H + +json_object* cper_section_generic_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor); + +#endif \ No newline at end of file