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